Home

Awesome

khaos-hubot-script

A template for quickly building hubot scripts

Installation

Make sure you have the Khaos project scaffolder installed so you can easily build the template:

$ npm i -g khaos

Then install the template locally:

$ khaos install lgaticaq/khaos-hubot-script

Usage

Create the hubot script with the following command:

$ khaos create hubot-script hubot-my-awesome-script


author: Leonardo Gatica
name: hubot-my-awesome-script
owner: lgaticaq
description: A Hubot script awesome

   khaos · Generated "hubot-my-awesome-script".


$ cd hubot-my-awesome-script && npm i && npm t

License

MIT