ask-utils-cli
v0.0.1
Published
Utilify CLI tool for ASK CLI & ask-sdk
Downloads
8
Readme
ask-utils-cli
Utilify CLI tool for ASK CLI & ask-sdk
Usage
$ npm install -g ask-utils-cli
$ asku COMMAND
running command...
$ asku (-v|--version|version)
ask-utils-cli/0.0.0 darwin-x64 node-v10.1.0
$ asku --help [COMMAND]
USAGE
$ asku COMMAND
...
Commands
asku setup
Setup integrated service for Alexa Skill
USAGE
$ asku setup TYPE
ARGUMENTS
TYPE - Setup service type
- lint: ESLint
- sam: AWS SAM
- serverless: Serverless Framework
OPTIONS
-h, --help show CLI help
-p, --path=path working dirctory path
See code: src/commands/setup.js
asku help [COMMAND]
display help for asku
USAGE
$ asku help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
Contributing
Getting started
$ git clone [email protected]:ask-utils/cli.git
$ cd cli
$ npm i
Run as local
$ ./bin/run --help
Making Pull Request
# Request to add new feature
$ git checkout -b feature/{YOUR_UPDATE}
# Fix bug
$ git checkout -b fix/{YOUR_PATH}