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
- Host: GitHub
- URL: https://github.com/angelmunoz/fable.lit.templates
- Owner: AngelMunoz
- Created: 2021-08-23T16:11:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-07T14:48:25.000Z (over 3 years ago)
- Last Synced: 2025-03-10T07:01:45.743Z (about 2 months ago)
- Topics: dotnet, dotnet-templates, fable, fsharp, lit-html
- Language: F#
- Homepage: https://www.nuget.org/packages/Fable.Lit.Templates
- Size: 106 KB
- Stars: 9
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```