CleanArchitectureProjectGenerator
A Visual Studio extension that generates structured projects based on a modular Clean Architecture approach.
The extension creates a ready-to-use solution similar to the structure defined in the
CleanArchitectureModule repository.
🚀 Quick Start
- Install the extension
- Open Visual Studio
- Right Click on the Solution in Solution Explorer
- Select Clean Architecture Project Generator
- Enter your project name, namespace and .NET version
- Click Create
Your project will be generated instantly with a predefined structure.
✨ Features
- ✅ Visual Studio project template
- ✅ Modular Clean Architecture structure
- ✅ Pre-configured layers per module
- ✅ Consistent project setup
- ✅ Ready-to-use solution layout
- ✅ Reduces manual setup effort
📦 Installation
Visual Studio Marketplace
- Open Visual Studio
- Navigate to Extensions → Manage Extensions
- Search for CleanArchitectureProjectGenerator
- Install and restart Visual Studio
Manual Installation
- Download the
.vsix file from this repository
- Double-click the file
- Follow the installation wizard
- Restart Visual Studio
🛠️ Usage
After installation:
- Open Visual Studio
- Right Click on the Solution in Solution Explorer
- Select Clean Architecture Project Generator
| |