behboud / generator-alexa-ts

A Yeoman generator for Alexa Skills to run on AWS Lambda with TypeScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

generator-alexa-ts NPM version Build Status Dependency Status

A Yeoman generator for Alexa Skills to run on AWS Lambda using TypeScript

It is written in Typescript. Code is in src folder. The output is in generators folder

Installation

First, install Yeoman and generator-alexa-ts using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-alexa-ts

Then generate your new project:

yo alexa-ts

Getting To Know Yeoman

  • Yeoman has a heart of gold.
  • Yeoman is a person with feelings and opinions, but is very easy to work with.
  • Yeoman can be too opinionated at times but is easily convinced not to be.
  • Feel free to learn more about Yeoman.

License

Apache-2.0 © Behboud

About

A Yeoman generator for Alexa Skills to run on AWS Lambda with TypeScript

License:Other


Languages

Language:TypeScript 72.0%Language:JavaScript 28.0%