A ES6 Alexa Boilerplate
Boilerplate project to create a simple alexa skill with ES6 syntax features and testing
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
gulp build
./test
withgulp test
You can find the final .zip under ./builds
to upload it to AWS Lambda.