1.0.4 • Published 8 years ago

aspnet-models v1.0.4

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

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago