https://github.com/voxaai/voxa-generator
https://github.com/voxaai/voxa-generator
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/voxaai/voxa-generator
- Owner: VoxaAI
- License: mit
- Created: 2017-03-31T19:27:31.000Z (over 9 years ago)
- Default Branch: dev
- Last Pushed: 2019-07-04T08:49:37.000Z (about 7 years ago)
- Last Synced: 2025-05-05T23:35:19.826Z (about 1 year ago)
- Language: JavaScript
- Size: 181 KB
- Stars: 0
- Watchers: 18
- Forks: 4
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)