1.4.0 • Published 6 years ago

generator-ms-bot v1.4.0

Weekly downloads
4
License
ISC
Repository
-
Last release
6 years ago

generator-ms-bot

generator-ms-bot creates the example nodejs Microsoft Bot

The bot is ready to work with the Bot Framework Emulator, just start it and talk to it. It also gives you the option to dockerize your bot.

Install

$ npm install -g generator-ms-bot

Usage

$ yo ms-bot

This scafolding generates the files in the current directory, so be sure to change to a new directory before execute it.

generator-ms-bot creates a module which includes:

  • package.json
  • README.md
  • src
    • env.js
    • index.js
    • start.js
  • Dockerfile
  • .dockerignore
1.4.0

6 years ago

1.1.0

6 years ago