fullstackhero / dotnet-starter-kit

Production Grade Cloud-Ready .NET 8 Starter Kit (Web API + Blazor Client) with Multitenancy Support, and Clean/Modular Architecture that saves roughly 200+ Development Hours! All Batteries Included.
https://fullstackhero.net/dotnet-webapi-boilerplate/
MIT License
5.22k stars 1.56k forks source link

FSH CLI - Tooling for fsh api #626

Closed iammukeshm closed 1 year ago

iammukeshm commented 2 years ago

PS - This will be done in a separate git repo under the FSH handle. (https://github.com/fullstackhero/fsh-cli)

Ideally, an integrated Source code generator to build endpoints, services, and so on. Basically helps reduce the development time.

If you have good references to achieve this, please share them in the comments.

pyt0xic commented 2 years ago

ABP has a CLI that, while is somewhat bloated, has add app/module commands that do work well and are quite useful when working with microservices (especially when everything is contained in a single solution).

Might be worth taking a look at what else it offers but something like the add app/module commands are what I see as being the most useful. Add endpoint would also be really cool and probably more practical...