You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
🧩Feature
What feature / part will be affected?
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.
The text was updated successfully, but these errors were encountered: