Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Jlll1/Sutil-Template
Set of `dotnet new` templates for creating Sutil applications
https://github.com/Jlll1/Sutil-Template
fable sutil template
Last synced: 3 months ago
JSON representation
Set of `dotnet new` templates for creating Sutil applications
- Host: GitHub
- URL: https://github.com/Jlll1/Sutil-Template
- Owner: Jlll1
- License: mit
- Created: 2022-08-13T12:09:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-23T22:55:18.000Z (about 2 years ago)
- Last Synced: 2024-09-14T13:30:38.408Z (4 months ago)
- Topics: fable, sutil, template
- Language: F#
- Homepage:
- Size: 95.7 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-sutil - Sutil-Template
README
# Sutil-Template
[![NuGet](https://img.shields.io/nuget/v/Sutil.Template)](https://www.nuget.org/packages/Sutil.Template)
[![NuGet Downloads](https://img.shields.io/nuget/dt/Sutil.Template)](https://www.nuget.org/packages/Sutil.Template)Dotnet CLI templates for creating Sutil applications.
## Included templates
This template packs together two templates:
- Sutil - which is a standalone Sutil application
- Sutil-Safe - which is a full SAFE stack application, running:
* Sutil for the client
* Saturn for the server
* Fake for the build system
* Paket for dependency management## Getting started
```
dotnet new -i Sutil.Template
dotnet new Sutil -n
// OR
dotnet new Sutil-Safe -n
```## Contributing
In case you find any issues or have any suggestions, feel free to open an issue.
In case you want to propose changes to the templates, feel free to open a pull request.