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 2 months ago
JSON representation
Some templates for Sutil and Fable.Lit together
- Host: GitHub
- URL: https://github.com/AngelMunoz/Fable.Sutil.Templates
- Owner: AngelMunoz
- Created: 2021-09-16T03:40:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-22T15:21:40.000Z (7 months ago)
- Last Synced: 2025-03-10T07:01:45.788Z (about 2 months ago)
- Topics: fable, fable-lit, fsharp, haunted, sutil, template, web
- Language: F#
- Homepage:
- Size: 489 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-sutil - Fable.Sutil.Templates
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
```