1.0.1 • Published 10 years ago

hubot-npm v1.0.1

Weekly downloads
2
License
ISC
Repository
github
Last release
10 years ago

hubot-npm

Build Status

Hubot script for npm notifications via hooks

Installation

npm install --save hubot-npm

Add the script to your external-scripts.json file:

[
  "hubot-npm"
]

You'll need to export a secret that you should use to verify your hooks:

export HUBOT_NPM_SECRET=<secret>

If you want to set a default room for notifications:

export HUBOT_NPM_ROOM=<room>

Usage

The npm hook URL is:

<hubot_url>:<port>/hubot/npm[?room=<room>]

Be sure to set the ?room query string parameter if you've not set the HUBOT_NPM_ROOM variable.

You can add your hook using the wombat CLI tool:

wombat hook add <user|package|scope> <hubot_url>:<port>/hubot/npm[?room=<room>] <secret>
1.0.1

10 years ago

1.0.0

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago