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
As a developer I would like to have the ability to generate a file generator.config.yaml for projects that has been started previously without this generator.
So that I would like to run:
ng2gen config
and then the program should ask me some questions like:
would you like to use css preprocesor Sass, Less, Stylus, Css or None:
would you like to use toolkit ng_bootstrap, n2s_strap, ng-prime, ng-material, ...
...
then generator should save those options into generator.config.yaml. Finally whenever I run other commands, they should pick those options.
The text was updated successfully, but these errors were encountered:
As a developer I would like to have the ability to generate a file
generator.config.yaml
for projects that has been started previously without this generator.So that I would like to run:
and then the program should ask me some questions like:
then generator should save those options into
generator.config.yaml
. Finally whenever I run other commands, they should pick those options.The text was updated successfully, but these errors were encountered: