Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mvc-code-generator

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mvc-code-generator

It is a code generation tool to generate MVC code in Node Js.

  • 0.0.4
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
7
increased by40%
Maintainers
1
Weekly downloads
 
Created
Source

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.

Keywords

FAQs

Package last updated on 20 Jun 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc