mediarain/generator-voxa-skill

Name: generator-voxa-skill

Owner: Rain

Description: null

Created: 2017-03-31 19:27:31.0

Updated: 2017-03-31 19:58:53.0

Pushed: 2017-12-06 17:38:53.0

Homepage: null

Size: 82

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

generator-voxa-skill

Installation

First, install Yeoman and generator-voxa-skill using npm.

install -g yo
install -g generator-voxa-skill

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

oxa-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

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.