Skip to content

Getting started

Hidetaka Okamoto edited this page Jun 24, 2018 · 2 revisions

Install ask-cli

$ npm i - g ask-cli
$ ask init

Create first skill by ask-cli

$ ask new -n ask-utils-example
$ cd ask-utils-example

Install ask-utils

$ cd lambda/custom/
$ npm i -S ask-utils 

# If you want to use testUtil functions.
$ npm i -D mocha power-assert

Example

https://github.com/ask-utils/example