Skip to content

Commit

Permalink
doc: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
taxintt committed Jul 24, 2023
1 parent fc8e0a7 commit 1656e47
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@
# tagli
# tagli
tagli is cli tool that handles git tags.


## list
```bash
❯ tagli list --json | jq .
{
"v0.0.1": "bf29f494fd40a69153460cd0572cc72532fb4a5b",
"v0.0.2": "ebde28d0196866480908670970b49074b5050612",
"v0.0.3": "22552524b04b1c1c4606e1bdb8e1fa39525db1d0",
"v0.0.4": "d997070dd22e6734b4ca6b2d59548795d35119dc"
}
```

0 comments on commit 1656e47

Please sign in to comment.