cz-ekthos

1.1.1 • Public • Published

Ekthos' Commitizen

Default commitizen used for Ekthos' software projects.

The commit types follow the table described in the Contribution Guide.

Installation and Usage

NodeJS

It's very simple to install this in your NodeJS project. All you have to do is run the following command:

npx cz-ekthos

This command will install this package and implement the commitizen in your project by making a few changes in your package.json file.

Now, in order to use this commitizen, you'll stop using the default git commit command to commit your messages, and use this instead:

git cz
# don't use "git commit"

This will open an interactive prompt with 3 steps:

  • Firstly, pick which category best suits your commit
  • Then, write a short message in the imperative mood, describing the changes made
  • Finally, confirm if you want to proceed with the generated commit

Package Sidebar

Install

npm i cz-ekthos

Weekly Downloads

2

Version

1.1.1

License

ISC

Unpacked Size

3.85 kB

Total Files

4

Last publish

Collaborators

  • thalesqwerty