Yeoman generator for recroom open web apps.
Перейти к файлу
Brittany Storoz 8f7309db57 Add gulp 2014-10-13 15:45:47 -04:00
app Limit concurrent htmlmin to dist (fixes #14) 2014-10-01 04:30:33 -05:00
controller Skip extra router work for now 2014-08-06 02:25:44 -04:00
model Just use "App" for AppName (fix #8) 2014-07-31 01:01:00 -04:00
page Add "page" generator (fix #5) 2014-07-15 22:51:22 -04:00
router Just use "App" for AppName (fix #8) 2014-07-31 01:01:00 -04:00
test Test for "App" and not <%= appName %> (#8) 2014-07-31 11:46:35 -04:00
view Just use "App" for AppName (fix #8) 2014-07-31 01:01:00 -04:00
.gitignore Remove coffeescript 2014-05-22 19:12:59 -04:00
.jshintrc Just use "App" for AppName (fix #8) 2014-07-31 01:01:00 -04:00
.travis.yml Test on travis 2014-05-22 19:18:12 -04:00
Gruntfile.js Remove coffeescript 2014-05-22 19:12:59 -04:00
LICENSE Add a license 2014-08-05 21:59:21 -04:00
README.md Use HTML instead of backticks 2014-08-05 22:29:24 -04:00
gulpfile.js Add gulp 2014-10-13 15:45:47 -04:00
package.json Add gulp 2014-10-13 15:45:47 -04:00

README.md

recroom Yeoman Generator Build Status

Based on Yeoman Ember.js Generator.

Folder Structure

TODO: Add missing folders.

app
The folder structure output by `recroom new` (`yo recroom`). Contains basic folder structure, package manifests, and `application.hbs` and `index.html`, where your application's base templates live. Also includes a `Gruntfile.js` that contains most of the build tasks for your Rec Room app.
controller
Contains all Ember controller templates, both for simple `page` scaffolds and more complicated `model` scaffolds (eg. single/plural controllers, and edit controllers).