1.2.2 • Published 9 years ago

aspnet-scaffolder v1.2.2

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

aspnet-scaffolder

Lightweight ASP.NET Model & View & Controller scaffolding tool

NPM link: https://www.npmjs.com/package/aspnet-scaffolder

Installation:

Install the package globally:

npm install aspnet-scaffolder -g

Usage:

Call the script with the name of your model:

aspnet-scaffolder Person

This tool doesn't verify that your model exists before creating it, so don't overwrite accidentally!

The output will be:

-Models
----Person.cs
-Views
----Person
--------Create.cshtml
--------Delete.cshtml
--------Details.cshtml
--------Edit.cshtml
--------Index.cshtml
-Controllers
----PersonController.cs
1.2.2

9 years ago

1.2.1

9 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.11

9 years ago

1.0.10

9 years ago

1.0.9

9 years ago

1.0.8

9 years ago

1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago