ASP.NET Core Clean Web API Kit
npm-backed ASP.NET Core Web API scaffold with clean architecture boundaries.
Quick Start
Create a new project:
npx workspai create project dotnet.webapi.clean my-api1. Install Workspai CLI first
2. Run the command above
3. Follow interactive prompts
Overview
A clean architecture .NET Web API starter generated by the npm CLI with project boundaries, health wiring, workspace metadata, and command capability mapping.
How to Use
Step 1: Install Workspai CLI
npm install -g workspaiPrefer one-off usage? Run commands with npx workspai.
Step 2: Create Your Project
npx workspai create project dotnet.webapi.clean my-apiReplace my-api with your desired project name
Step 3: Navigate and Install Dependencies
cd my-api
npx workspai initStep 4: Start Development Server
npx workspai devYour service will be available at http://localhost:5000
Quick Tip
Use the interactive wizard for a guided setup experience: npx workspai create project
Architecture
This kit implements asp.net core clean architecture to ensure scalability, maintainability, and testability of your application.
Key Features
Capabilities
Tech Stack
Perfect For
Module Support
Environments
.NET development workflow
Container-friendly .NET service