Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simplifynet/simplify.web.templates
Visual studio project templates for Simplify.Web web framework.
https://github.com/simplifynet/simplify.web.templates
dot-net dot-net-core simplify simplify-web template templates
Last synced: 2 months ago
JSON representation
Visual studio project templates for Simplify.Web web framework.
- Host: GitHub
- URL: https://github.com/simplifynet/simplify.web.templates
- Owner: SimplifyNet
- License: lgpl-3.0
- Created: 2019-09-15T04:57:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-10T17:29:58.000Z (3 months ago)
- Last Synced: 2024-11-02T04:05:57.330Z (3 months ago)
- Topics: dot-net, dot-net-core, simplify, simplify-web, template, templates
- Language: C#
- Homepage:
- Size: 1.8 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Simplify.Web.Templates
[![Nuget version](http://img.shields.io/nuget/vpre/Simplify.Web.Templates)](https://www.nuget.org/packages/Simplify.Web.Templates/)
[![Nuget](https://img.shields.io/nuget/dt/Simplify.Web.Templates)](https://www.nuget.org/packages/Simplify.Web.Templates/)
[![Libraries.io dependency status for latest release](https://img.shields.io/librariesio/release/nuget/Simplify.Web.Templates)](https://libraries.io/nuget/Simplify.Web.Templates)
[![Build Package](https://github.com/SimplifyNet/Simplify.Web.Templates/actions/workflows/build.yml/badge.svg)](https://github.com/SimplifyNet/Simplify.Web.Templates/actions/workflows/build.yml)Visual studio project templates for Simplify.Web web framework.
## Templates packages installation
```console
dotnet new -i Simplify.Web.Templates
```| Template | Short Name |
| :------------------------------------- | :---------------------- |
| Angular template | sweb.angular |
| Api template | sweb.api |
| Minimal template | sweb.minimal |
| Windows service hosted api template | sweb.api.windowsservice |
| Simplify.Scheduler hosted api template | sweb.api.scheduler |## Project creation example
```console
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