generator-botboiler [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage percentage][coveralls-image]][coveralls-url]
> 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).
``
bash
npm install -g yo
npm install -g generator-botboiler
`
Then generate your new project:
`
bash
yo botboiler
``
Once you've done that check out the
getting started guide.
License
MIT ©
Azadeh Khojandi ,
Jordan Knight
[npm-image]: https://badge.fury.io/js/generator-nodechatbot.svg
[npm-url]: https://npmjs.org/package/generator-nodechatbot
[travis-image]: https://travis-ci.org/azadehkhojandi/generator-nodechatbot.svg?branch=master
[travis-url]: https://travis-ci.org/azadehkhojandi/generator-nodechatbot
[daviddm-image]: https://david-dm.org/azadehkhojandi/generator-nodechatbot.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/azadehkhojandi/generator-nodechatbot
[coveralls-image]: https://coveralls.io/repos/azadehkhojandi/generator-nodechatbot/badge.svg
[coveralls-url]: https://coveralls.io/r/azadehkhojandi/generator-nodechatbot