Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cscott/codex-blackboard-hubot-scripts
Hubot scripts for the codex blackboard app
https://github.com/cscott/codex-blackboard-hubot-scripts
Last synced: 13 days ago
JSON representation
Hubot scripts for the codex blackboard app
- Host: GitHub
- URL: https://github.com/cscott/codex-blackboard-hubot-scripts
- Owner: cscott
- License: mit
- Created: 2014-12-10T16:56:41.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-01-12T03:10:59.000Z (almost 7 years ago)
- Last Synced: 2024-11-07T06:16:16.451Z (2 months ago)
- Language: CoffeeScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# codex-blackboard-hubot-scripts
Meteor doesn't interact really well with NPM and the NPM module
loading mechanism which hubot uses for its scripts. So we've
split out most of hubot's scripts into this separate module.To add a new hubot script:
* **If it is packaged in npm** (probably via the
[hubot-scripts organization on github](https://github.com/hubot-scripts)),
just add it to the `package.json`, for example with:
```
$ npm install --save hubot-pugme
```* **If it is included in the old [hubot-scripts repository](https://github.com/github/hubot-scripts/tree/master/src/scripts)**,
just add it to the `hubot-scripts.json` file. For example:
```
["redis-brain.coffee", "shipit.coffee", "whatis.coffee", ".coffee"]
```* **If it is a custom script**, or a forked/tweaked version of a
script, add it to the `scripts/` directory.