generator-voxa-skill
v0.1.0
Published
Voxa skill template generator
Downloads
1
Readme
generator-voxa-skill
Installation
First, install Yeoman and generator-voxa-skill using npm.
npm install -g yo
npm install -g generator-voxa-skill
Then generate your new project in the directory that you prefers:
yo voxa-skill
The generator is going to ask you some questions in order to customize your skill project.
Directory Structure
Your directory structure should look like this:
`config/` -> Environment variables or configuration
`services/` -> API clients, Authentications and Extras
`skill/` -> Amazon Echo Skill login, the state machine and flow
`speechAssets/` -> Amazon Echo Utterances, Intent Schema and Custom Slots.
`tests/` -> Unit Tests
`server.js` -> Development server.
`gulpfile.js` -> Gulp tasks
`serverless.yml` -> Serverless configuration
`package.json` -> Dependencies
`README.md`
Resources
- Documentation
- Bug Tracker
- Mail List
- IRC (chat.freenode.net, #voxa)