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

https://github.com/ableco/gititag


https://github.com/ableco/gititag

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# gititag

With `gititag` you can handle your repository semver tags interactively. Just run `npx gititag` and follow the instructions.

`gititag` will detect any previously existing tags and allow you to choose if you want to bump the version by `patch`, `minor`, or `major` all with your keyboard. After tagging, it will ask you if you want to push the tag to the remote `origin`. Don't worry! You won't be able to do this by accident.

## Getting started

To get started simply run

```
npx gititag
```

and follow the instructions! It's as easy as that!

## Example

![`npx gititag` example gif](https://user-images.githubusercontent.com/48735498/99853521-1fc0b380-2b51-11eb-8a1a-0d69552b0399.gif)