项目作者: chryb

项目描述 :
A ES6 Alexa Boilerplate
高级语言: JavaScript
项目地址: git://github.com/chryb/alexa-boilerplate.git
创建时间: 2017-03-08T10:23:22Z
项目社区:https://github.com/chryb/alexa-boilerplate

开源协议:

下载


Alexa-Boilerplate

Boilerplate project to create a simple alexa skill with ES6 syntax features and testing

Getting Started

git clone https://github.com/chryb/alexa-boilerplate.git

Clone this repository

cd alexa-boilerplate

npm install

install dev dependencies

cd src

npm install

install skill / alexa dependencies

In the root dictionary

You can build and zip the sources with

gulp build

Or test the code (with mocha & chai) specified under ./test with

gulp test


You can find the final .zip under ./builds to upload it to AWS Lambda.