1.0.4 • Published 10 years ago

aspnet-models v1.0.4

Weekly downloads
3
License
ISC
Repository
github
Last release
10 years ago

ASP.NET Models

Lightweight stop-gap scaffolding of models; associated resource Controller; and Views.

After installing, your best bet is to add a line to your NPM scripts:

"scaffold" : "./node_modules/scaffold/src/scaffold/scaffold.js"

Usage is straightforwardsimply call the script with the name of your model:

npm scaffold Book

The package does not yet verify that your model doesn't exist before creating it. It probably never will. So...Don't get too crazy.

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago