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
- Host: GitHub
- URL: https://github.com/hubot-archive/hubot-example
- Owner: hubot-archive
- License: mit
- Created: 2013-09-02T20:21:20.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2016-01-16T18:27:09.000Z (over 9 years ago)
- Last Synced: 2025-03-02T22:20:06.443Z (4 months ago)
- Homepage:
- Size: 11.7 KB
- Stars: 54
- Watchers: 2
- Forks: 28
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```