0.0.7 • Published 2 years ago

notify-github-release v0.0.7

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Notify Github Release

You can see when a new release is available for a target repository on Github, right from the CUI!

image

necessary

Install

Step1

npm install -g notify-github-release

Step2

Add information to the NOTIFICATION_TARGET file

# example
ngr -a https://github.com/RocketChat/Rocket.Chat
ngr -a https://github.com/microsoft/playwright

Execute

ngr

Warning

In the current specification, processing is based on the image version value. Repositories that do not show a value here will not work correctly.

image

Options

$ ngr -h
Usage: index [options]

Options:
  -V, --version    output the version number
  -a, --add <url>  Add notification target ex: https://github.com/<username>/<repository> (default: null)
  -l, --list       List the target URLs.
  -d, --del <no>   Delete the target URL. (default: null)
  -h, --help       display help for command
0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago