Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 863 Bytes

File metadata and controls

23 lines (16 loc) · 863 Bytes

CodeCraftKit

NuGet

CodeCraftKit is a .NET project template designed to help you quickly set up a new .NET project using the Vertical Slice Architecture with .NET 8 and C# 12. This template aims to promote modern development practices and provide a solid foundation for new projects. It includes a Web API and a Blazor project to get you started.

Features

  • Pre-configured structure for .NET projects with Vertical Slice Architecture
  • Commonly used packages included
  • Ready-to-use DevOps configurations
  • Example code and comments for guidance
  • Based on .NET 8 and C# 12
  • Includes a Web API and a Blazor project

Getting Started

Installation

To install the CodeCraftKit template, use the following command:

dotnet new install CodeCraftKit