commitlint, husky & commitizen #197
Replies: 3 comments 8 replies
-
Hello @RicardoJBarrios, Agree for adding a I'm wondering how I would suggest using a prompt to ask which packages the user wants to install, by default all dependencies are checked, and also provide an option |
Beta Was this translation helpful? Give feedback.
-
Hey @RicardoJBarrios , thanks for the suggestion and for your time! I'm generally in favor of reducing the surface and minimizing options and prompts. I'd say that commitlint, husky and commitizen are implementation details. What about an opt-in like For the minority of ppl who would want just commitizen or commitlint etc... then just have to edit what was generated and removed whatever they want to remove. We end up with just What do you think? |
Beta Was this translation helpful? Give feedback.
-
Now I have something working in https://github.com/RicardoJBarrios/semver/tree/commitlint-husky-commitizen, but I don't know if there is a better or standard way to install this deps and set the configs. If you think it's ok I'll do the tests and I'll create a PR. |
Beta Was this translation helpful? Give feedback.
-
Hello.
I am researching to add these dependencies,
commitlint
,husky
andcommitizen
, optionally when installing the package, and I have thought about adding the following parameters tongAdd
:--skipInstall
node_modules
after modifyingpackage.json
--packages="commitlint, husky, commitizen"
--overrideConfigurations
--force
If
--packages
is not specified, none of the dependencies or configurations will be installed.What do you think about this options? Should the library install them by default?
Beta Was this translation helpful? Give feedback.
All reactions