Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.