The Ember.js command-line utility.
Used for creating and maintaining Ember.js applications.
More information.
- Create a new Ember application:
- Create a new Ember addon:
ember addon {my_new_addon}
- Build the project in production mode:
- Run the development server:
- Run a blueprint to generate something like a route or component:
ember generate {type} {name}
- Install an ember-cli addon:
ember install {name_of_addon}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).
CC-BY