1.0.2 • Published 1 year ago

auryan-commit-template v1.0.2

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

:information_source: About

This is my configuration template for czg.

:rocket: Installation

Install the packages as dev dependencies:

npm install -D czg auryan-commit-template

:wrench: Configuration

In the package.json of your project, add the following:

"config": {
  "language": "en-US",
  "commitizen": {
    "path": "node_modules/czg",
    "czConfig": "node_modules/auryan-commit-template/index.js"
  }
}

The language property only allows en-US and pt-BR for now. This is the language that will be showed in the CLI.

:computer: Usage

npx czg

Or, if you want a faster start, you can install czg globally using:

npm install -g czg

And then run:

czg
1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago