You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

mvcgenplus

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mvcgenplus

MVC folder structure generator

1.0.5
latest
Source
npmnpm
Version published
Weekly downloads
8
700%
Maintainers
1
Weekly downloads
 
Created
Source

MVCGenPlus (MVCGP)

MVCGenPlus generates a complete MVC project structure. To install the package use the following command as admin user:

npm install -g mvcgenplus

To generate a MVC project just type:

gen

Then will be generated the follow folder structure

index.html
assets
     |____css
          |____reset.css
          |____index.css
     |____js
          |____models
          |____views
          |____controllers
          |____services
          |____daos
          |____helpers

Contributing to MVCGenPlus

To contribute to MVCGenPlus, follow these steps:

  • Fork this repo
  • Create a branch: git checkout -b <branch_name>.
  • Make your changes and commit them: git commit -m '<commit_msg>'
  • Push to the origin branch: git push origin <project_name> / <local>
  • Create the pull request.

Keywords

cli

FAQs

Package last updated on 16 Aug 2022

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