generator-leanbot

Yeoman Hubot generator for LeanKit

Usage no npm install needed!

<script type="module">
  import generatorLeanbot from 'https://cdn.skypack.dev/generator-leanbot';
</script>

README

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