cz-cli
cz-cli copied to clipboard
The commitizen command line utility. #BlackLivesMatter
I have hooks setup on my repository via husky and [lint-staged](https://www.npmjs.com/package/lint-staged) which should run the linting and prettier commands automatically before commiting the code. When I make a normal commit...
Hello! I tried to pass a scope on a commit message in CamelCase, to indicate the change of a component. However, I noticed that `cz` lowercases the text of scope....
With [husky][1] setup, the `-m` is lost. I'm a CLI guru, so if I typed `-m` already, it should be used as a base, for example, add the category to...
git cz is broken for me. I wanted to get started but it does not work. I'm using Windows WSL (ubuntu shell on windows) together with zsh. This is my...
Plenty of people make use of pnpm for their projects, and it would not be a hard feature to implement so I don't think that it would be a bad...
In theory with this change commitizen will work when it's run from a subdirectory. I haven't fully tested yet but I want to get the WIP out there and get...
With `cosmiconfig` we could automatically load the configuration file from whatever supported file, such as: > - a package.json property > - a JSON or YAML, extensionless "rc file" >...
Hey! I'm the maintainer of [find-node-modules](https://github.com/callumacrae/find-node-modules), and commitizen is… pretty much the only project using it as a dependency! I haven't used it myself in years and every time people...
I had run the ``commitizen init cz-conventional-changelog --save-dev --save-exact`` command as per README, but it doesn't work, see a copy and paste of the error from commitizen at the end....