Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

commity

ahmedmurtaja18ISC1.0.14

A simple CLI tool to generate commit messages

commit, commit message, commit messages, git, git commit, git commit message, git commit messages, git commit message generator, git commit message generators, git commit message generator cli, git commit message generator cli tool, git commit message, commity

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