Code generators to speed up development.
Перейти к файлу
prafullbhosale 3044315175 Merge changes from dev 2016-02-08 17:19:57 -08:00
src react to changes in coreclr and fix dependencies 2016-02-08 17:09:09 -08:00
test react to changes in coreclr and fix dependencies 2016-02-08 17:09:09 -08:00
tools Strong name everything. 2015-11-03 21:57:16 -08:00
.gitattributes Adding git ignore files. 2014-07-10 22:03:58 -07:00
.gitignore Changing build scripts to use dotnet 2016-01-26 19:17:55 -08:00
.travis.yml Changing build scripts to use dotnet 2016-01-26 19:17:55 -08:00
CONTRIBUTING.md Update Home master -> Home dev 2015-05-12 11:48:49 -07:00
LICENSE.txt Update LICENSE.txt and license header on files. 2015-05-01 13:59:50 -07:00
NuGet.config react to changes in coreclr and fix dependencies 2016-02-08 17:09:09 -08:00
README.md Add AppVeyor, Travis build status 2015-06-23 07:32:02 +03:00
Scaffolding.sln Renaming CodeGeneration.Sources to CodeGeneration.Utils 2016-01-29 08:55:37 -08:00
appveyor.yml Changing build scripts to use dotnet 2016-01-26 19:17:55 -08:00
build.cmd Changing build scripts to use dotnet 2016-01-26 19:17:55 -08:00
build.sh React to aspnet/Universe#290 fix 2015-10-08 21:18:27 -07:00
global.json Fixed the feeds 2015-10-23 00:32:06 -07:00
makefile.shade Use packInclude instead of modifying package in makefile 2015-10-19 12:10:49 -07:00

README.md

ASP.NET Scaffolding

AppVeyor: AppVeyor

Travis: Travis

ASP.NET Scaffolding enables generating boilerplate code for web applications to speed up development.

To learn more about ASP.NET 5 scaffolding see the resources below.

  1. Command line scaffolding for ASP.NET vNext
  2. How to customize scaffolding templates for ASP.NET vNext

This project is part of ASP.NET 5. You can find samples, documentation and getting started instructions for ASP.NET 5 at the Home repo.