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

Readme

Keywords

none

Package Sidebar

Install

npm i github-latest

Weekly Downloads

2

Version

0.1.2

License

MIT

Last publish

Collaborators

  • tmpvar