Genocs.Library.Template 2.0.0

Requires NuGet 5.10.0 or higher.

dotnet new install Genocs.Library.Template::2.0.0
                    
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

A comprehensive .NET project template for scaffolding Web API solutions with Clean Architecture principles. This template incorporates essential packages and provides a solid foundation for building scalable web applications.

Compatible with dotnet new command, Visual Studio 2022, and Visual Studio Code.

Features

This template provides:

  • Clean Architecture: Well-structured, maintainable codebase
  • Essential Packages: Pre-configured with commonly needed NuGet packages
  • Web API & Worker Services: Ready-to-use project templates
  • Testing Setup: Unit and integration test projects included
  • Docker Support: Container-ready configuration
  • DevOps Ready: Azure Pipeline configurations included

Note: This template focuses on backend services. For frontend applications, explore our separate repositories.

Prerequisites

Optional Development Tools

Installation

Install the template using the .NET CLI:

# Install the latest version
dotnet new install Genocs.Library.Template

# Install a specific version
dotnet new install Genocs.Library.Template::2.0.0

Usage

Create a new project from the template:

# Create a new project
dotnet new gnx-librawebapi --name MyCompany.MyProject

# Get help and see all options
dotnet new gnx-librawebapi --help

Latest Version: Current stable release is 2.0.0. Visit NuGet for the latest version.

Documentation

For comprehensive guides and documentation:

License

This project is licensed under the MIT License.

Changelog

View the complete changelog for release notes.

Community

Support This Project

If this template helps your development:

  • Star the repository
  • 🔄 Share with your team
  • 💼 Connect on LinkedIn
  • Buy me a coffee - Support

Buy me a coffee

Financial Contributors

Support the project's development on Open Collective.

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
2.0.0 0 9/20/2025
1.5.1 1,234 12/17/2024
1.5.0 513 12/15/2024
1.4.0 2,672 11/30/2024
1.3.0 576 11/10/2024
1.2.0 2,324 10/30/2024
1.1.1 14,135 5/15/2024
1.1.0 2,023 5/11/2024
1.0.6 9,328 12/17/2023
1.0.0 6,208 11/26/2023
0.0.1-alfa3 17,292 10/15/2023
0.0.1-alfa2 277 10/15/2023
0.0.1-alfa1 558 10/14/2023

Relesase 2.0.0:
- Updated to Genocs Library to 7.4.*