0.1.3 • Published 2 years ago

gh-check v0.1.3

Weekly downloads
-
License
SEE LICENSE IN RE...
Repository
github
Last release
2 years ago

Example Usage

The script below will check THIS exact repository for it's release version, I will be improving this at a later date when I can find the time.

const Github = require("gh-check");
const Update = new Github({
  GITHUB_USER: "2M4U",
  PROJECT_NAME: "gh-check",
  AUTO_CHECK: true,
  RUN_UPDATE_CHECK: true,
  AUTO_CHECK_TIME: 3600,
});
async function test() {
  await Update.check();
}
test();

Full Changelog: https://github.com/2M4U/gh-check/commits/0.1.0

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago