@talkyjs/cli
Version2.0.2LicenseMIT

@talkyjs/cli

oclif Version Downloads/week License

talky generate TYPE NAME

[g, gen, generate] Generate files

USAGE
  $ talky generate TYPE NAME

ARGUMENTS
  TYPE  (handler|router|service) Generate file type
  NAME  Generate files name

OPTIONS
  -D, --dry-run
  -P, --path=path           [default: ./src] generate file path
  -S, --ssml=(tsx|default)  SSML markup type
  -T, --no-test             Ignore default test code
  -d, --debug
  -h, --help                show CLI help

ALIASES
  $ talky g
  $ talky gen

EXAMPLES
  Create ask-sdk RequestHandler
    $ talky g handler --ssml default

  With TSX 
    $ talky g handler --ssml tsx

  Specific directory 
    $ talky g handler --ssml tsx -P ./src

  Create ask-utils RequestRouter
    $ talky g router --ssml default

  With TSX 
    $ talky g router --ssml tsx

  Create service class 
    $ talky g service

  No test 
    $ talky g service --no-test

See code: src/commands/generate.ts

talky help [COMMAND]

display help for talky

USAGE
  $ talky help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

talky init

Init Alexa Skill project

USAGE
  $ talky init

OPTIONS
  -h, --help             show CLI help
  -p, --profile=profile  Provides the ASK CLI profile to use.
  --debug                Enables the ASK CLI to show debug messages in the output of the command

See code: src/commands/init.ts

talky setup

Setup a new Alexa app

USAGE
  $ talky setup

OPTIONS
  -B, --database=(none|s3|dynamodb)  [default: none] Skill database type
  -C, --controller=(handler|router)  [default: router] Request handler object type
  -D, --dry-run
  -P, --path=path                    [default: ./] target path
  -S, --ssml=(tsx|default)           [default: tsx] SSML markup type
  -T, --no-test                      Ignore default test code
  -d, --debug
  -h, --help                         show CLI help

EXAMPLES
  For ask-sdk user
    $ talky setup -C handler -S default

  With S3 adapter
    $ talky setup -B s3

  Without test code
    $ talky setup --no-test

See code: src/commands/setup.ts

Vote me on Product Hunt!

If you interested about the project, please vote me on Product Hunt!

TalkyJS - Alexa Custom Skill framework - A JavaScript framework for Amazon Alexa Skill development | Product Hunt Embed

©2020 Created by TalkyJS team