Skip to content

HurSungYun/alert-npm-publish

Repository files navigation

alert-npm-publish

alert when new version of whitelisted package is published

Screenshot Screenshot

support Node.js 10+

example

WEBHOOK_URL=<your_webhook_url> node index.js -t slack -c "0 0 0 * * *" -f ./example/watchlist.json

you can customize your watchlist.json.

options

  • -t || --type= : type of webhook. Currently support slack and discord.
  • -c || --cron= : custom cron timer. h and d is predefined.
  • -f || --file= : filename of package <-> version mapping json. Update by this program to maintain version as lastest.

About

alert when new version of whitelisted npm package is published

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published