Skip to content

tmpvar/github-latest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published