0.1.0 • Published 8 years ago

generator-nodebot v0.1.0

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

generator-nodebot NPM version Build Status Dependency Status

Bot builder template for node.js

Work in progress...

This generator creates template bots based on the sample apps from the official Bot Builder website.

  1. The main generator nodebot creates a "BotConnectorBot" version.
  2. The sub-generator nodebot:console creates a "TextBot" version.

Installation

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

npm install -g yo
npm install -g generator-nodebot

Then generate your new project:

yo nodebot [appName]
yo nodebot:console [appName]

License

MIT © Harry Y