mvc-generator
mvc code generator.
Installation
$ npm install mvc-code-generator -g
Features
- Helps to create the MVC project.
- MVC project will contain the features like Controllers, Model-Binders and advanced routing.
- Advance routing helps to reuse the routers to great extend.
- Model-Binders will help to reduce the efforts require to fecth the data from request to great extend.
- It supports few fatures of Asp.Net MVC such as Controllers, Model-Binders, and Routers
Example
Go to the directory where you want to create the project.
cd YourFolder => mvc-generator "ProjectName"
After this it will create the MVC project.
> npm install
This will install all the packages.
> node app.js
Now your ready to use.