dart-league / ng2gen

Angular2 Component Files Generator
BSD 2-Clause "Simplified" License
14 stars 1 forks source link

Add `config` option #3

Open luisvt opened 8 years ago

luisvt commented 8 years ago

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:

then generator should save those options into generator.config.yaml. Finally whenever I run other commands, they should pick those options.

lejard-h commented 8 years ago

humm weird, I already did that but it's gone, don't know why :D

luisvt commented 8 years ago

If you did, most likely I removed by mistake.

luisvt commented 8 years ago

So if you can, please add the changes.