Open xxholly32 opened 5 years ago
here is the [demo] (https://github.com/xxholly32/cz-test)
Same question, I got confused while reading the README.
I got the following conclusions:
git-cz package
"commitizen": "^2.9.6",
dependency (as time of writing this comment).npx git-cz
BEFORE installing commitizen locally, npx will grab this package/adapter, which shows emojis.Commitizen command
commitizen
(for configuring/making a project friendly for commitizen, i.e. configuring the adapter path on package.json), and git-cz
.npx git-cz
WILL make npx pick it instead of the git-cz package/adapter.Hope it helps. Maybe someone may confirm this later on.
@streamich just a heads up that there is some confusion (my fault for not using git-cz initially). Not sure if you'd be open to moving to git-c instead which is currently available as an npm package. If so then we could work on our projects without tripping over one another. My guess is both our users would be less confused.
system: win 10, npm 6 node 10
it has emoji in
npx git-cz
git-cz
why git-cz cant have emoji?