git-latest-semver-tag

1.0.2 • Public • Published

NPM version Build Status Dependency Status Coverage Status

Get the most recent git semver tag of your repository

Install

$ npm install --save git-latest-semver-tag

Usage

var gitLatestSemverTag = require('git-latest-semver-tag');
 
gitLatestSemverTag(function(err, tag) {
  console.log(tag);
  //=> 'v1.0.0'
});
$ npm install --global git-latest-semver-tag
$ git-latest-semver-tag
v1.0.0

License

MIT © Steve Mao

/git-latest-semver-tag/

    Package Sidebar

    Install

    npm i git-latest-semver-tag

    Weekly Downloads

    5,895

    Version

    1.0.2

    License

    MIT

    Last publish

    Collaborators

    • stevemao