generator-voxa-skill

0.1.0 • Public • Published

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

Package Sidebar

Install

npm i generator-voxa-skill

Weekly Downloads

1

Version

0.1.0

License

MIT

Unpacked Size

120 kB

Total Files

34

Last publish

Collaborators

  • voxaai
  • rain-agency