/convcom

Terminal helper utility to parse your git branch name and write less for your conventional commits

Primary LanguageRustMIT LicenseMIT

convcom

Conventional Commits terminal helper utility

Twitch

I'm planning to stream writing this on Twitch at around 8pm EET (GMT+2) which is 6pm GMT (London), 10am PST (Los Angeles), and 1pm EST (New York)

Idea

Use this tool to write something like this:

convcom "My commit message here"

while being on a git branch like this:

feature/BC-123-some-name

and getting a git commit message like so:

"feat: my commit message here (BC-123)"