Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 2.34 KB

File metadata and controls

45 lines (33 loc) · 2.34 KB

Simplify.Web.Templates

Nuget version Nuget Libraries.io dependency status for latest release Build Package

Visual studio project templates for Simplify.Web web framework.

Templates packages installation

dotnet new -i Simplify.Web.Templates
Template Short Name Description
Angular template sweb.angular Simplify.Web API backend with an Angular frontend.
Api template sweb.api Simplify.Web API project with controllers and examples.
Minimal template sweb.minimal Minimal Simplify.Web API project.
Simplify.Scheduler hosted api template sweb.api.scheduler Background service template hosting Simplify.Web as one of the scheduled tasks. Fully cross-platform — runs on Linux, Windows, and Docker.
Windows service hosted api template sweb.api.windowsservice Background service template hosting Simplify.Web within a Windows Service. Targets .NET Framework and is tied to Windows infrastructure.

Project creation example

dotnet new sweb.api -n HelloWorldApi

Contributing

There are many ways in which you can participate in the project. Like most open-source software projects, contributing code is just one of many outlets where you can help improve. Some of the things that you could help out with are:

  • Documentation (both code and features)
  • Bug reports
  • Bug fixes
  • Feature requests
  • Feature implementations
  • Test coverage
  • Code quality
  • Sample applications

License

Licensed under the GNU Lesser General Public License (LGPL). For more details, see GNU LGPL.