0.0.3 • Published 5 years ago
hubot-pipe-scripts v0.0.3
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.