fsprojects-archive / zzarchive-generator-fsharp

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

Add FAKE support and new action to add a reference to other projects #26

Closed SabotageAndi closed 8 years ago

SabotageAndi commented 8 years ago

You have now a fourth option to add a reference to the project of the current folder. A list with possible other F#- Projects will be displayed.

If you select Paket- support, you can add FAKE support.

Additional I have made some refactorings like:

Krzysztof-Cieslak commented 8 years ago

@SabotageAndi I've removed add reference command in 0.5.1 - XML library you've used (libxmljs) depends on node-gpy and it's not dependency I want to take (it's hard to get it working on Windows),

SabotageAndi commented 8 years ago

@Krzysztof-Cieslak Ok. Any suggestions what to use instead?

Krzysztof-Cieslak commented 8 years ago

Maybe xmldom?

SabotageAndi commented 8 years ago

Thanks, I will give it a try.