goetzrobin / spartan

Cutting-edge tools powering Angular full-stack development.
https://spartan.ng
MIT License
1.29k stars 137 forks source link

fix(cli): skip prompts if dependencies already selected #121

Closed theo-matzavinos closed 8 months ago

theo-matzavinos commented 8 months ago

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

Which package are you modifying?

What is the current behavior?

The generator prompts the user when a primitive depends on the icon or button primitives. This happens even if the icon/button primitives were part of the selection.

What is the new behavior?

If the user selected the icon/button primitives the prompt is skipped.

Does this PR introduce a breaking change?

Other information