it's a boiler plate for building chat bot with node, type script and microsoft bot builder
npm install generator-chatbotbuilderFirst, install Yeoman and generator-nodechatbot using npm (we assume you have pre-installed node.js).
``bash`
npm install -g yo
npm install -g generator-chatbotbuilder
Then generate your new project:
`bash``
yo chatbotbuilder
- npm start
The Bot Framework Emulator is a desktop application that allows you to test and debug you bots, either locally or remotely.
Using the emulator, you can chat with your bot and inspect the messages that your bot sends and receives.
download link http://emulator.botframework.com
- Bot Framework
- Bot Framework Documentation
- Microsoft Virtual Academy
* 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.
MIT © Azadeh Khojandi
[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