2.0.2 • Published 9 years ago

gits-latest-tag v2.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
9 years ago

github-latest-tag

A lib to get the latest tag of a repo on Github.

Example

var co = require('co');
var GitHub = require('github');
var github = new GitHub({ version: '3.0.0' });
var latestTag = require('s-github-latest-tag')(github);

co(function *() {
  var tag = yield latestTag('travisjeffery', 'timecop');
  console.log(tag); // v0.7.1
})();
2.0.2

9 years ago

2.0.1

9 years ago