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
- Host: GitHub
- URL: https://github.com/unlight/git-last-tag
- Owner: unlight
- License: mit
- Created: 2019-03-23T18:24:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-25T20:12:08.000Z (over 7 years ago)
- Last Synced: 2025-08-09T07:05:18.378Z (11 months ago)
- Topics: git, git-tags
- Language: JavaScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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