Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 1.6 KB

README.md

File metadata and controls

48 lines (33 loc) · 1.6 KB

Yeoman generator for Botkit NPM version Build Status Dependency Status

Allo Aloo, welcome to Botkit, ladies and gentlemen !

Features

  • Scaffolds a bot using Botkit
  • Deploy it to Heroku

Dependencies

  • dotenv for managing environmental variables

Installation

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

npm install -g yo
npm install -g generator-botkit

Then generate your new project:

yo botkit

Next Steps

  • Update .env with your bot App ID and Password (if needed)
  • Add your logic to bot.js

License

  • This project is licensed under the terms of the MIT license and developed with love by Ouadie LAHDIOUI
  • Feel free to make PRs, if there's anything you feel we could do better
  • Full license text is available in LICENSE.md