Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (4 months ago)
- Last Synced: 2024-10-11T19:12:20.223Z (3 months ago)
- Topics: fable, fable-lit, fsharp, haunted, sutil, template, web
- Language: F#
- Homepage:
- Size: 489 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```