@marionebl/git-latest-semver-tag

1.0.1 • 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

Dependents (1)

Package Sidebar

Install

npm i @marionebl/git-latest-semver-tag

Weekly Downloads

3

Version

1.0.1

License

MIT

Last publish

Collaborators

  • marionebl