commitizen / cz-cli

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

How is it used in the flutter project or dart project #940

Open jahnli opened 2 years ago

jahnli commented 2 years ago

How is it used in the flutter project or dart project

Zhengqbbb commented 2 years ago

Currently it is based on Node.js application you can use global download to start But if you want to track the project, you can add package.json

https://cz-git.qbenben.com/guide/#as-global-use Hope it can help you

jahnli commented 2 years ago

@Zhengqbbb It looks like only Node applications are supported, but dart still doesn't

Zhengqbbb commented 2 years ago

@Zhengqbbb It looks like only Node applications are supported, but dart still doesn't

If you have installed node environment locally, you can use likecz or git-cz globally

Zhengqbbb commented 2 years ago

Just try run command npx czg in your any project If you have a Node.js environment installed hope he can help you