commitizen / cz-cli

The commitizen command line utility. #BlackLivesMatter
http://commitizen.github.io/cz-cli/
MIT License
16.7k stars 547 forks source link

Is it possible to have a .json or .yml file to be passed as configuration instead of .js? #817

Open fenilli opened 3 years ago

fenilli commented 3 years ago

Some projects aren't made using JS, so having a .js file as configuration makes no sense, better would be using yml or json instead.

Would be possible to have a possibilty to use either making the cli language free so other projects from any language can use cz-cli too.