-
Notifications
You must be signed in to change notification settings - Fork 914
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
prompt: add enum picker and prompts for fields #63
Comments
Thanks for the suggestion @huy-nguyen. I like to think about Perhaps there is some possibility to combine the two, say by displaying tab completion entries as said picker? What's indeed missing are explanations to the different entry types. I am not quite sure where to put that information yet. Ideas? |
I think we can replace tab completion for enums with the picker and adopt Another shortcoming of I think handling command line input in NodeJS has gotten better over the years. I really like how Facebook's |
I rolled around the idea a bit.
|
…nventional-changelog#63) Bumps [webpack-bundle-analyzer](https://github.com/webpack-contrib/webpack-bundle-analyzer) from 3.0.4 to 3.3.2. - [Release notes](https://github.com/webpack-contrib/webpack-bundle-analyzer/releases) - [Changelog](https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/master/CHANGELOG.md) - [Commits](webpack-contrib/webpack-bundle-analyzer@v3.0.4...v3.3.2)
I've been using cz-cli and have just tried out
commitlint/prompt
. Something thatcommitlint/prompt
offers that I wish existed incz-cli
is the character count for thetype
/scope
/subject
. On the other hand, I really likecz-cli
's ability to prompt for every part of the commit message (type
,scope
,subject
etc) with individualized instructions.cz-cli
also offers a picker for the commit type with explanation of each option. It'd be fantastic ifcommitlint
can incorporate those great features fromcz-cli
.The text was updated successfully, but these errors were encountered: