Skip to content

Set of `dotnet new` templates for creating Sutil applications

License

Notifications You must be signed in to change notification settings

Jlll1/Sutil-Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sutil-Template

NuGet NuGet Downloads

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 <name_of_your_project>
// OR
dotnet new Sutil-Safe -n <name_of_your_project>

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.

About

Set of `dotnet new` templates for creating Sutil applications

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published