Enterprise boilerplate code for TypeScript based bots built with the Microsoft Botbuilder framework
For full instructions on how to use this head over to the main botboiler repo on GitHub.
Installation
First, install Yeoman and generator-botboiler using npm (we assume you have pre-installed node.js).
npm install -g yonpm install -g generator-botboiler
Then generate your new project:
yo botboiler
Once you've done that check out the getting started guide.
License
MIT © Azadeh Khojandi , Jordan Knight