commity
v1.0.14
Published
A simple CLI tool to generate commit messages
Downloads
7
Maintainers
Readme
Commity
Commity is a simple tool to help you commit your changes to git using a simple command line interface and following a simple commit message convention.
Installation
You can install commity using npm:
npm install commity
Usage
Commity is a command line tool. You can use it by typing npx commity
in your terminal.
Available commit types:
- build: Changes that affect the build system or external dependencies.
- ci: Changes to our CI configuration files and scripts.
- chore: Update tasks that do not cause code changes.
- docs: Documentation only changes.
- feat: A new feature.
- fix: A bug fix.
- improvement: Improves a current implementation without adding a new feature or fixing a bug.
- perf: A code change that improves performance.
- refactor: A code change that neither fixes a bug nor adds a feature.
- revert: Reverts a previous commit.
- style: Changes that do not affect the meaning of the code.
- test: Adding missing tests or correcting existing tests.
- other: Doesn't fit any of the suggested types.
Contributors
- Ahmed Izz Murtaja
- mohammed abu sada