1.0.3 • Published 7 years ago

create-skill v1.0.3

Weekly downloads
2
License
ISC
Repository
github
Last release
7 years ago

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