zzarchive-generator-fsharp
zzarchive-generator-fsharp copied to clipboard
Add app.config file to existing project
I am looking for a way to add an app.config file to an existing project in Atom. Is this the sort of feature which would be appropriate for this project, or is the purpose of this project purely to template new projects from scratch?
@jo-osborne that seems like a reasonable request. But it might be that the app.config should be a secondary generation, post the creation of the project. Since a project may not need to start with or even have an app.config, it seems that a secondary command would be super helpful to plop one into the project though. :+1:
Just my 2 cents.
As far as I know it's possible to add "sub-generators" which can add just file - I think asp vNext generator has such options. So it's definitely possible, and I think we should do this :)