Code Generation tool for ASP.NET Core. Contains the dotnet-aspnet-codegenerator command used for generating controllers and views.
$ dotnet add package Microsoft.VisualStudio.Web.CodeGeneration.DesignASP.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.