A CLI that helps you create conventional commits with ease :)
report a bug
.
request a feature
conmmit-demo.mov
Note
This package is bun-only, so you'll need bun.
You can either execute it on the fly with
bunx conmmit
or install it globally using
bun add -g conmmit
and then use it any time with
conmmit
Here's the list of the available flags
Flag | Alias | Description |
---|---|---|
--add | -a | Choose which files to add |
--add-all | -A | Add all changes to the commit |
conmmit --add
|conmmit -a
-
👀
conmmit-add-demo.mov
-
conmmit --add-all
|conmmit -A
-
👀
conmmit-add-all-demo.mov
-