Skip to content

A CLI that helps you create conventional commits with ease :)

License

Notifications You must be signed in to change notification settings

renejfc/conmmit

Repository files navigation


Conventional Commits logo

CONMMIT

A CLI that helps you create conventional commits with ease :)

Name's from (CON)ventional co(MMIT)s


report a bug . request a feature

conmmit-demo.mov

Usage

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

Demos

  • conmmit --add | conmmit -a
    • 👀
      conmmit-add-demo.mov
  • conmmit --add-all | conmmit -A
    • 👀
      conmmit-add-all-demo.mov