mvcgenplus

1.0.5 • Public • Published

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:

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

Readme

Keywords

Package Sidebar

Install

npm i mvcgenplus

Weekly Downloads

8

Version

1.0.5

License

ISC

Unpacked Size

5.21 kB

Total Files

5

Last publish

Collaborators

  • devcastro