0.0.3 • Published 3 years ago

hubot-pipe-scripts v0.0.3

Weekly downloads
6
License
MIT
Repository
github
Last release
3 years ago

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

  1. Add hubot-pipe-scripts to your package.json with npm install --save hubot-pipe-scripts:

      "dependencies": {
        "hubot-pipe-scripts": "~0.0.1"
      },
  2. Require the module in external-scripts.json:

    ["hubot-pipe-scripts"]
  3. Run npm update and restart your Hubot.

0.0.3

3 years ago

0.0.2

8 years ago

0.0.1

9 years ago