npm-auto-updater
v0.0.1
Published
npm-auto-updater ================
Downloads
5
Readme
npm-auto-updater
var updater = require('npm-auto-updater');
updater(__dirname /*, options */)
.then(main);
function main() {
// ...
}
Install
$ npm i --save npm-auto-updater
Options
- major
- minor
- patch
- prerelease
- frequency
- dotFile
License
(The MIT License)