hubot-pipe-scripts
v0.0.3
Published
Utility scripts for hubot-pipe
Downloads
53
Readme
hubot-pipe scripts
Utility scripts for use with hubot-pipe, like grep for text search, or s for simple regexp substitution. See src/index.coffee for the full list.
Installing
- Add
hubot-pipe-scriptsto yourpackage.jsonwithnpm install --save hubot-pipe-scripts:
"dependencies": {
"hubot-pipe-scripts": "~0.0.1"
},- Require the module in
external-scripts.json:
["hubot-pipe-scripts"]- Run
npm updateand restart your Hubot.
