1.1.0 • Published 2 years ago

@awesome-tools/commitizen v1.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

@awesome-tools/commitizen

Commitizen for multi-repo or mono-repo projects. Feel free to use this package.

CI License: ISC Commitizen friendly semantic-release: angular PRs Welcome Code of Conduct

Table of Contents

Installation

This module is distributed via npm which is bundled with node and should be installed as one of your project's devDependencies:

npm install --save-dev @awesome-tools/commitizen

Usage

Then add a script to your package.json:

{
  "scripts": {
    "cm": "commitizen"
  }
}

You can now use this script with yarn or npm

yarn cm

Things to know

This project is a wrapper around https://github.com/commitizen/cz-cli for multi/mono repo projects

Issues

Looking to contribute? Look for the Good First Issue label. 😀

🐛 Bugs

Please file an issue for bugs, missing documentation, or unexpected behavior.

See Bugs

💡 Feature Requests

Please file an issue to suggest new features. Vote on feature requests by adding a 👍. This helps maintainers prioritize what to work on.

LICENSE

ISC