github-latest

0.1.2 • Public • Published

github-latest

get the latest (semver) tag number of a repo

install

npm install github-latest

use

 
require('github-latest')('tmpvar', 'tpad-firmware', function(e, tag) {
  console.log(tag); // outputs 0.0.3
});
 
# license
 
MIT

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.2
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.2
    2
  • 0.1.1
    2
  • 0.1.0
    0

Package Sidebar

Install

npm i github-latest

Weekly Downloads

4

Version

0.1.2

License

MIT

Last publish

Collaborators

  • tmpvar