npm-auto-updater

npm-auto-updater ================

Usage no npm install needed!

<script type="module">
  import npmAutoUpdater from 'https://cdn.skypack.dev/npm-auto-updater';
</script>

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)