generator-recroom

Takeaway web apps.

Usage no npm install needed!

<script type="module">
  import generatorRecroom from 'https://cdn.skypack.dev/generator-recroom';
</script>

README

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).