generator-fullmvc

0.0.7 • Public • Published

generator-fullmvc Build Status

A generator for Yeoman.

Getting Started

To install generator-fullmvc from npm, run:

$ npm install -g generator-fullmvc generator-fullmvc-module

Finally, initiate the generator and create the first module:

$ yo fullmvc
$ cd app/modules
$ yo fullmvc-module home
$ cd ../../
$ grunt serve

modules.json

You will need to tell the application, wich module you want boot. Please remember to add the new dep after created a new module.

{
  "dependencies": {
    "home" : {}
  }  
}

A more detailed module.json example:

{
  "dependencies": {
    "items" : {},
    "home": {
      "dependencies": {
        "menu": {}
      }
    }
  }  
}

Note that each dependencies can have subdependencies

License

MIT License

Thanks to

This awesome mvc, is possibile due this projects:

Readme

Keywords

Package Sidebar

Install

npm i generator-fullmvc

Weekly Downloads

1

Version

0.0.7

License

none

Last publish

Collaborators

  • brugnara