Genocs.Library.Template 1.0.6

Requires NuGet 5.10.0 or higher.

dotnet new install Genocs.Library.Template::1.0.6
This package contains a .NET Template Package you can call from the shell/command line.

License Build Packages Downloads Contributors Forks Stargazers Issues Discord Gitter Twitter Twitterx LinkedIn

logo

Genocs Library Template

This is the template to be used for scaffolding .NET8 Web Api solution with Genocs Library. It incorporates the most essential Packages your projects will need. You can use it as a starting point for your projects.

The template can be used with the dotnet new command or with the Visual Studio 2022 or Visual Studio Code IDEs.

Goals

The goal of this repository is to help developers/companies kickstart their Web Application Development with a pre-built Web Api Template based on Genocs Library NuGet packages. It includes several much needed components and features.

Note that this is a backend application only! The frontend for this application is available in a seperate repository.

Prerequisites

Getting Started

Open up your Command Prompt/PowerShell or bash and run the following command.

# To install the template
dotnet new --install Genocs.Library.Template

or,

if you want to use a specific version of the template,

use

dotnet new --install Genocs.Library.Template::0.0.1

This would install the Genocs Library Web Api Template globally on your machine.

For more details on getting started, read the documentation

License

This project is licensed with the MIT license.

Changelogs

View Complete Changelogs.

Community

Support

Has this Project helped you learn something New? or Helped you at work?

Here are a few ways by which you can support.

  • ⭐ Leave a star!
  • 🥇 Recommend this project to your colleagues.
  • 🦸 Do consider endorsing me on LinkedIn for ASP.NET Core - Connect via LinkedIn
  • ☕ If you want to support this project in the long run, consider buying me a coffee!

buy-me-a-coffee

Financial Contributors

Become a financial contributor and help me sustain the project.

Support the Project on Opencollective.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.6 8,376 12/17/2023
1.0.0 5,023 11/26/2023
0.0.1-alfa3 17,143 10/15/2023
0.0.1-alfa2 135 10/15/2023
0.0.1-alfa1 409 10/14/2023

Relesase 1.1.0:
- Clean Architecture Principles Documentation
- .NET8.x
- Swashbuckle 5
- MongoDb as persistence layer
- Mass Transit and RabbitMQ as Enterprice Service Bus