Skip to content

Turn your entity names into full-blown .NET API layers—Controller, Business, Repository, and Model—generated in seconds, right inside your microservices. Type an entity, hit enter, and watch your .NET microservices grow—complete with boilerplate APIs and DI wiring.

Notifications You must be signed in to change notification settings

MuzammilCodes/CodeGenTool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeGenTool

This is a .NET console application that automates the creation of boilerplate files for a microservices-based API structure. By entering an entity name, the tool generates fully structured C# files including:

API Controllers

Business layer interfaces and implementations

Repository layer interfaces and implementations

Corresponding Model class

It also updates the DependencyConfigurator.cs to inject the generated services automatically, streamlining the development process. Users can selectively include methods like GetAll, Create, Update, Enable, and more, making it customizable and efficient for rapid backend scaffolding in a clean architecture setup.

About

Turn your entity names into full-blown .NET API layers—Controller, Business, Repository, and Model—generated in seconds, right inside your microservices. Type an entity, hit enter, and watch your .NET microservices grow—complete with boilerplate APIs and DI wiring.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages