zzarchive-generator-fsharp icon indicating copy to clipboard operation
zzarchive-generator-fsharp copied to clipboard

[ARCHIVED] Yeoman F# generator

Results 15 zzarchive-generator-fsharp issues
Sort by recently updated
recently updated
newest added

It would be great to have a template for [F# Windows services](https://blogs.msdn.microsoft.com/dsyme/2011/05/31/a-simple-windows-service-template-for-f/) to be used with Forge. I'm going to start with the `sln` template for now and then try...

enhancement

I've created an empty solution, then, I used the "Add new project to solution" option, but doesn't edit the sln file. I mean, this option doesn't add the [project and...

``` if "%1" == "quickrun" ( ../packages\FAKE\tools\FAKE.exe run --fsiargs -d:NO_FSI_ADDPRINTER build.fsx ) else ( ../.paket\paket.bootstrapper.exe if errorlevel 1 ( exit /b %errorlevel% ) if not exist paket.lock ( ../.paket\paket.exe install...

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

enhancement

Commands to repro: ``` > yo fsharp > create empty solution > What's the name of your solution? Portal.ApplicationSite.com > Do you want to use Paket? Yes events.js:85 throw er;...