https://github.com/simplifynet/simplify.projectstemplates
Visual studio project templates for Simplify libraries.
https://github.com/simplifynet/simplify.projectstemplates
dot-net dot-net-core simplify template templates
Last synced: 4 months ago
JSON representation
Visual studio project templates for Simplify libraries.
- Host: GitHub
- URL: https://github.com/simplifynet/simplify.projectstemplates
- Owner: SimplifyNet
- License: lgpl-3.0
- Created: 2019-09-15T04:57:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-07-15T15:28:37.000Z (7 months ago)
- Last Synced: 2025-09-22T17:56:21.106Z (5 months ago)
- Topics: dot-net, dot-net-core, simplify, template, templates
- Language: C#
- Homepage:
- Size: 845 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simplify.ProjectsTemplates
[](https://www.nuget.org/packages/Simplify.ProjectsTemplates)
[](https://www.nuget.org/packages/Simplify.ProjectsTemplates)
[](https://libraries.io/nuget/Simplify.ProjectsTemplates)
[](https://github.com/SimplifyNet/Simplify.ProjectsTemplates/actions/workflows/build.yml)
Visual studio project templates for [Simplify](https://github.com/SimplifyNet/Simplify) libraries.
## Templates packages installation
```console
dotnet new -i Simplify.ProjectsTemplates
```
| Template | Short Name |
| :---------------------- | :---------------------- |
| Simplify.Scheduler | simplify.scheduler |
| Simplify.WindowsService | simplify.windowsservice |
| Simplify.SchedulerWithDatabase | simplify.schedulerwithdatabase |
## Project creation example
```console
dotnet new simplify.scheduler -n HelloWorldScheduler
```
## 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 the [LICENSE](./LICENSE) file.