Skip to content

A simple CLI for working with conventional commits

License

Notifications You must be signed in to change notification settings

ethanholz/git-ce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git commit engine (git-ce)

A simple CLI for working with conventional commits.

To get started, download the latest release and install it in your PATH. All releases >= v0.3.6 will be signed with the following minisign public key: RWQDeHJmW6FpoibSv2+6BuKqQ+n8bvOePFMSXv2s0dvw5k/5wuOffbhT.

Once installed, all you have to do is run in a repo with added changes:

git ce 

TODO

  • Add scoping
  • Add git config support for scopes and custom types
  • Add documentation for custom project scopes