An open API service indexing awesome lists of open source software.

https://github.com/voxaai/voxa-generator


https://github.com/voxaai/voxa-generator

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# generator-voxa-skill

## Installation

First, install [Yeoman](http://yeoman.io) and generator-voxa-skill using [npm](https://www.npmjs.com/).

```bash
npm install -g yo
npm install -g generator-voxa-skill
```

Then generate your new project in the directory that you prefers:

```bash
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](http://voxa.readthedocs.io/en/latest/)
* [Bug Tracker](https://github.com/mediarain/voxa/issues)
* [Mail List](https://groups.google.com/d/forum/voxa-framework)
* [IRC](irc://chat.freenode.net/voxa) (chat.freenode.net, #voxa)