Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 786 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 786 Bytes

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
    }
  }
}