JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q37154F

A Lungo-Quo-Monocle MVC app generator for Yeoman

Package Exports

  • generator-lqm

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (generator-lqm) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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