You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ember-Rocks ( a.k.a em-cli ) is an Awesome toolset to create Ambitious Ember MVC applications. It includes an Node.js web server to handle all the static files, incremental build process powered by Node.js Stream API, custom module generators, and much more!
What is Ember Rocks Template Basic?
It is a project scaffold generator for the main ember mvc application templates for Ember-Rocks
Usage
$ npm install -g ember-rocks
$ em new my-app --path https://github.com/mattma/ember-rocks-template-basic
After you successfully install ember-rock in your computer, you will have em command global available, run the helper message via em -h or em generate --help to see how to use the program. Essentially, ember-cli projects's resolver, modules, naming conventions should apply to ember-rock as well.
By running the em new command with --path option above, it will include this template repo into the generated starter project, and it is ready to be used with em serve and em build commands.