1.0.14 • Published 11 months ago

commity v1.0.14

Weekly downloads
-
License
ISC
Repository
github
Last release
11 months ago

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