1.25.0 • Published 8 months ago

gitool v1.25.0

Weekly downloads
130
License
ISC
Repository
github
Last release
8 months ago

Build Status npm version

gitool

Gitool helps you always have the right format for your commit message. Following https://www.conventionalcommits.org/en/v1.0.0-beta.2/

alias

any gitool command can be called with gitool or gt

check commit format

For last one: gitool --checkCommit

For last 3 gitool --checkCommit --last=3 or gitool -c -l=3 or gitool -cl=3

alt text

pretty print

gitool --prettyPrint gitool -p (groupBy type by default)

gitool -p groupBy='type'

gitool -pg='type' gitool -pg='scope'

gitool -pg='scope' --tag=3

gitool -pg='type' --tag=3 --filters='feat|fix'

alt text

gitool -p --tag output commits from last tag

Output a file:

gitool -po=releasechangelogNote.md'

gitool -p --output=changelog.md' example of this repo here

Add this in your package.json

    "prepublish": "npm test && npm version minor && node index.js -pao=changelog.md --tag=1 && git push"

message composer

gitool --messageComposer --test to test the functionality or gitool -mt

and gitool --messageComposer to make a real commit gitool --m to make a real commit

alt text

cane

shortcut for

git add . && git commit --amend --no-edit

rePrepare

shortcut for git add . && git commit --amend --no-edit

  • rebase on main
  • push

force

rebase on develop or branch + push force

gitool -force gitool -force -branch=master gitool -fb=master

1.25.0

8 months ago

1.23.0

8 months ago

1.24.0

8 months ago

1.22.0

3 years ago

1.19.0

3 years ago

1.18.0

3 years ago

1.21.0

3 years ago

1.15.0

3 years ago

1.14.0

3 years ago

1.17.0

3 years ago

1.16.0

3 years ago

1.13.0

4 years ago

1.12.0

4 years ago

1.11.0

4 years ago

1.10.0

4 years ago

1.9.0

4 years ago

1.8.0

4 years ago

1.7.0

4 years ago

1.6.0

4 years ago

1.5.0

4 years ago

1.4.0

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.1

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago