1.2.2 • Published 7 years ago

aspnet-scaffolder v1.2.2

Weekly downloads
3
License
MIT
Repository
github
Last release
7 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

7 years ago

1.2.1

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.11

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago