Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/titarenko/generator-erma
An Express-REST-Marionette web application generator for Yeoman.
https://github.com/titarenko/generator-erma
Last synced: about 1 month ago
JSON representation
An Express-REST-Marionette web application generator for Yeoman.
- Host: GitHub
- URL: https://github.com/titarenko/generator-erma
- Owner: titarenko
- License: mit
- Created: 2013-12-09T15:41:30.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-09T15:50:50.000Z (about 11 years ago)
- Last Synced: 2024-11-29T10:38:04.220Z (about 1 month ago)
- Language: CoffeeScript
- Size: 301 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ERMA - Express-REST-Marionette Web Application Generator
generator-erma [![Build Status](https://secure.travis-ci.org/titarenko/generator-erma.png?branch=master)](https://travis-ci.org/titarenko/generator-erma) [![Code Climate](https://codeclimate.com/github/titarenko/generator-erma.png)](https://codeclimate.com/github/titarenko/generator-erma) [![Coverage Status](https://coveralls.io/repos/titarenko/generator-erma/badge.png)](https://coveralls.io/r/titarenko/generator-erma)
A generator for [Yeoman](http://yeoman.io).
[![NPM](https://nodei.co/npm/generator-erma.png?downloads=true&stars=true)](https://nodei.co/npm/generator-erma/)
## Getting Started
```
$ npm install -g generator-erma
```## Purpose
### yo erma
Generates foundation source code of `express` application.
### yo erma:model model_name:property1,property2,...propertyN
Generates:
* `mongoose` model
* `REST` resource
* `Backbone` model, collection, etc
* `Marionette` controller, views, etc
* `Jade`-`doT` templatesUpdates base code of application, to plug-in just generated model.
## License
[MIT License](http://en.wikipedia.org/wiki/MIT_License)