1.0.1 • Published 8 years ago

generator-leanbot v1.0.1

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

generator-leanbot

A Yeoman generator for creating your own ChatOps bot using the Hubot framework. This generator is highly opinionated to use LeanKit's patterns / practices. Including the generation of a docker image and Drone build.

Installation

  • npm install -g generator-leanbot

Usage

  • yo leanbot

Getting Started

See Hubot's Getting Started guide for details on getting up and running with your very own robot friend. generator-leanbot is a replacement for hubot --create, so you skip that step if you've done yo hubot already.

If you have access, check out How To: Create your own ChatOps bot