1.0.2 • Published 3 years ago
auryan-commit-template v1.0.2
: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 czgOr, if you want a faster start, you can install czg globally using:
npm install -g czgAnd then run:
czg