1.2.4 • Published 1 year ago

commit-manager v1.2.4

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

This project is an adaptation of miduco, created by midudev.

Commit Manager

Node CLI to write better commits messages.

Installation

You can exec commit manager by using

npx commit-manager

Or you can install commit manager as a dev dependency in your project.

npm

npm install commit-manager -D

pnpm

pnpm add commit-manager -D

yarn

yarn add commit-manager -D

Then create the script that execute commit-manager.

"scripts": {
  "commit": "commit-manager"
}

Usage/Examples

Commit manager has these configuration options:

  • --emoji: use emojis in the commits. Default true
  • --title: commit title length. Default 62 characters
  • --wrap: body message text wrap. Default 72 characters
npx commit-manager --no-emoji --title 50 --wrap 50
"scripts": {
  "commit": "commit-manager --no-emoji"
}
1.2.4

1 year ago

1.2.3

1 year ago

1.2.2

1 year ago

1.2.1

1 year ago

1.2.0

1 year ago

1.1.0

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago