fsprojects-archive / zzarchive-generator-fsharp

[ARCHIVED] Yeoman F# generator
Apache License 2.0
62 stars 27 forks source link

Add app.config file to existing project #17

Open jo-osborne opened 9 years ago

jo-osborne commented 9 years ago

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?

Adron commented 9 years ago

@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.

Krzysztof-Cieslak commented 9 years ago

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 :)