troodon
v1.1.5
Published
**Fast, easy, and time-saving project builder for .NET web APIs.** This tool helps developers quickly generate essential files for a clean, maintainable project structure with features like EF Core setup, Swagger integration, and automatic CRUD generation
Maintainers
Readme
troodon
Fast, easy and timesaving project builder for .NET web apis.
Table of contents
Installation
download .NET project. .NET 8 or higher is required. download Node.js project. Node.js 18 or higher is required.
Features
- Feature folder architecture.
- EF Core setup.
- Swagger.
- Generates
- Interfaces, Controllers, Services and Repositories with CRUD operations
- Basic Crud operations implemented
- Dependency injects lower level services
Quick Start
Node and npm usage
Install the tool
npm install -g troodonRun the builder command and follow the instructions.
troodon buildDotnet and NuGet usage
Install the tool
dotnet tool install -g troodonRun the builder command and follow the instructions.
troodon