Code Generators for ASP.NET Core MVC. Contains code generators for MVC Controllers and Views.
$ dotnet add package Microsoft.VisualStudio.Web.CodeGenerators.MvcASP.NET scaffolding generates boilerplate code for web apps to speed up development.
For more information on ASP.NET scaffolding, see the following tutorials:
This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the home repository.