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

https://github.com/angelmunoz/fable.lit.templates


https://github.com/angelmunoz/fable.lit.templates

dotnet dotnet-templates fable fsharp lit-html

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# .NET templates for Fable.Lit

If you're using [Feliz.Engine.Lit](https://github.com/alfonsogarciacaro/Elmish.Lit/tree/master/src/Feliz.Engine.Lit), don't forget to add the following editor config for better fantomas formatting

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

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

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