Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/AngelMunoz/Fable.Sutil.Templates

Some templates for Sutil and Fable.Lit together
https://github.com/AngelMunoz/Fable.Sutil.Templates

fable fable-lit fsharp haunted sutil template web

Last synced: about 1 month ago
JSON representation

Some templates for Sutil and Fable.Lit together

Awesome Lists containing this project

README

        

# .NET templates for Sutil

Don't forget to add the following editor config for better fantomas formatting

check [The templates on NuGet](https://www.nuget.org/packages/Fable.Sutil.Templates)

`dotnet new --install Fable.Sutil.Templates`

```editorconfig
[*.fs]
indent_size=4
max_line_length=80
fsharp_single_argument_web_mode=true
```