generator-lqm

0.2.3 • Public • Published

generator-lqm

A Lungo-Quo-Monocle MVC app generator for Yeoman.

Getting Started

Requirements

  1. Node.js

  2. Git

  3. Yeoman:

    $ npm install -g yo
    

Install and Usage

To install generator-lqm from npm, run:

$ npm install -g generator-lqm

Finally, initiate the generator in your desired folder:

$ mkdir myApp
$ cd myApp
$ yo lqm
$ grunt server

Subgenerators

Model

$ yo lqm:model "ModelName attribute_a attribute_b attribute_x"

Example:

$ yo lqm:model "Task name description done"

View

$ yo  lqm:view "ViewName"

Example:

$ yo lqm:view "Task"

Controller

$ yo lqm:controller "ControllerName"

Example:

$ yo lqm:controller "Tasks"

Full Scaffold (ala Rails)

Work in progress... (coming soon)

Getting To Know Yeoman

Yeoman has a heart of gold. He's a person with feelings and opinions, but he's very easy to work with. If you think he's too opinionated, he can be easily convinced.

If you'd like to get to know Yeoman better and meet some of his friends, Grunt and Bower, check out the complete Getting Started Guide.

License

MIT License

Readme

Keywords

none

Package Sidebar

Install

npm i generator-lqm

Weekly Downloads

0

Version

0.2.3

License

none

Last publish

Collaborators

  • eduludi