8f7309db57 | ||
---|---|---|
app | ||
controller | ||
model | ||
page | ||
router | ||
test | ||
view | ||
.gitignore | ||
.jshintrc | ||
.travis.yml | ||
Gruntfile.js | ||
LICENSE | ||
README.md | ||
gulpfile.js | ||
package.json |
README.md
recroom Yeoman Generator
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).