A CLI that helps to scaffolding items in .Net Core.
npm install dotnet-helper
dotnet-helper gc type name
`
Example:
`
dotnet-helper gc api Customer
`
> This will generate an _API Controller_ with the name CustomerController in namespace NameOfTheProject
Under Development
This is currently under development. Until now we have only the API` Controller to scaffold