Skip to content

MiCake/MiCake.Templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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! 🎉

About

A template collection for MiCake to help you quickly start your project.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages