An open API service indexing awesome lists of open source software.

https://github.com/hubot-archive/hubot-example

An example script package for Hubot
https://github.com/hubot-archive/hubot-example

Last synced: 3 months ago
JSON representation

An example script package for Hubot

Awesome Lists containing this project

README

        

This repository used to include an example script package for Hubot. Since then, there is now a hubot generator:

```
npm install -g yo generator-hubot
mkdir hubot-example
cd hubot-example
yo hubot:script
```