Skip to content

samchouse/watcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Watcher

TODO

Usage

Create a config.json file and add the packages you want to watch. Then run go run main.go.

// config.json

{
  "packages": {
    "example-package": {
      "notify": false, // unimplemented
      "currentVersion": "1.0.0",
      "targetVersion": "", // optional, if set, Watcher will check for the target version instead of the latest version
      "notes": "example note", // optional, if set, Watcher will add a note to the notification
      "includeBetas": false
    }
  }
}

About

Watch for NPM package updates

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages