An open API service indexing awesome lists of open source software.

https://github.com/unlight/git-last-tag

Get latest tag from git
https://github.com/unlight/git-last-tag

git git-tags

Last synced: about 2 months ago
JSON representation

Get latest tag from git

Awesome Lists containing this project

README

          

# git-last-tag

Get latest tag from git.

## Usage

```javascript
const { getLastTagSync } = require('git-last-tag');
const output = getLastTagSync();
```

output:

v1.0.0

## TODO

- Unit tests

## License

[MIT](LICENSE) © 2019