0.1.0 • Published 6 years ago

generator-voxa-skill v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

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

0.1.0

6 years ago

0.0.4

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago