Skip to content

2M4U/npm-check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example Usage

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

const NPM = require("npmupdatecheck");
const Update = new NPM({
  NPM_PACKAGE: "npmupdatecheck", //automatic defaults to ./package.json
  AUTO_CHECK: true,
  RUN_UPDATE_CHECK: true,
  AUTO_CHECK_TIME: 30,
  AUTO_INSTALL: true, // default is false, it allows the script to auto-update the NPM Package and close out.
});

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages