Skip to content
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

[feature] x-promt for the tools 🧰 #11

Open
d-koppenhagen opened this issue Oct 28, 2019 · 1 comment
Open

[feature] x-promt for the tools 🧰 #11

d-koppenhagen opened this issue Oct 28, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@d-koppenhagen
Copy link
Owner

🧩Feature

What feature / part will be affected?

- [x] commitlint
- [x] husky
- [x] commitizen
- [x] standard-version

Description

Use the x-prompt option for an interactive configuration.

This will probably cause a BREAKING CHANGE and it needs options for non interactive terminals.

@d-koppenhagen d-koppenhagen added the enhancement New feature or request label Oct 28, 2019
d-koppenhagen added a commit that referenced this issue Nov 10, 2019
let users select the tools to install by using x-prompt or provide the
option
`packages=<list='commitlint'|'commitizen'|'husky'|'standard-version'>`
This is currently blocked by angular/angular-cli#16104

BREAKING CHANGE: `--husky=<false|true>`, `--commitizen=<false|true>`, `--standardVersion=<false|true>` are not supported anymore| use `--packages=commitizen,husky,commitlint,standard-version` instead.
By default all packaged will be added.

relates to #11
@d-koppenhagen
Copy link
Owner Author

the implementation is in the ng9-branch. It's release is currently blocked because of angular/angular-cli#16320

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant