MiCake.Templates 10.0.0

Prefix Reserved
dotnet new install MiCake.Templates::10.0.0
                    
This package contains a .NET Template Package you can call from the shell/command line.

MiCake.Templates

English | 简体中文

A collection of production-ready project templates based on the MiCake framework, designed to help developers quickly scaffold high-quality ASP.NET Core applications following Domain-Driven Design (DDD) principles.

🌟 Features

  • Production-Ready: Built with best practices and real-world scenarios in mind
  • DDD Architecture: Clear separation of Domain, Application, and Infrastructure layers
  • Developer Experience: Integrated various out-of-the-box development tools and configurations to improve development efficiency
  • Extensibility: Modular design makes it easy to add new features and customize

📦 Available Templates

Template Name Description
MiCake WebAPI Template Standard ASP.NET Core Web API template based on MiCake
MiCake WebAPI Template with RBAC ASP.NET Core Web API template with built-in RBAC modules based on MiCake

🚀 Quick Start

  1. Install the template collection

    dotnet new install MiCake.Templates
    
  2. Create a new project Choose one template based on your scenario:

    # Standard WebAPI template
    dotnet new micake-webapi -n YourProjectName
    
    # WebAPI template with RBAC
    dotnet new micake-webapi-rbac -n YourProjectName
    
  3. Enter the project directory and run

    cd YourProjectName
    dotnet build
    dotnet run
    

📚 Additional Resources

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.

💬 Support


Happy Coding! 🎉

  • net10.0

    • 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
10.0.0 89 5/11/2026
10.0.0-preview.9 177 1/21/2026
10.0.0-preview.8 162 1/18/2026
10.0.0-preview.7 161 1/16/2026
10.0.0-preview.5 159 1/16/2026