create-skill
v1.0.3
Published
An app for setting up Amazon Alexa projects. Supports eslint and Mocha.
Downloads
4
Maintainers
Readme
create-skill
A simple command line application to help setup alexa skills. Includes npm commands to simplify building alexa projects.
Install
npm install create-skill -g
Useage
Start a new app:
create-skill <skill-name>
Pre-configured commands
Run tests:
npm test
Run project:
npm start
Run build and create zip:
npm run build