Sign inSign up

nubs/npm-slack

By nubs

Updated over 7 years ago

Image
0

1.1K

nubs/npm-slack repository overview

npm-slack

A slack bot that publishes messages when npm packages are published.

Latest Stable Version Total Downloads License

CLI Usage

The server.js script can be run from node.js, but requires three parameters given by environment variables.

  • NPM_PACKAGES is a comma-delimited list of npm package names to report on.
  • SLACK_CHANNEL is the destination channel to report to. (e.g., #foo)
  • SLACK_WEBHOOK_URL is the slack-provided incoming webhook url. (create at https://slack.com/services/new/incoming-webhook)
  • START_TIME is a Date.parse()-able time for when to look for updated packages. It defaults to the current time.

For example:

NPM_PACKAGES=express,koa SLACK_CHANNEL='#general' SLACK_WEBHOOK_URL='...' node server.js

License

npm-slack is licensed under the MIT license. See LICENSE for the full license text.

Tag summary

Content type

Image

Digest

sha256:0295c2a07

Size

21.3 MB

Last updated

over 7 years ago

docker pull nubs/npm-slack