Skip to content

Commit

Permalink
ember: add page
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlafroscia committed Nov 24, 2017
1 parent 13045c5 commit 5010d4b
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions pages/common/ember.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# ember

> The Ember.js command line utility.
> Used for creating and maintaining Ember.js applications.
- Create a new Ember application:

`ember new {{my_new_app}}`

- Create a new Ember addon:

`ember addon {{my_new_addon}}`

- Build the project:

`ember build`

- Run the development server:

`ember serve`

- Run the test suite:

`ember test`

- Generate files:

`ember generate {{type}} {{name}}`

- Install an ember-cli addon:

`ember install {{name_of_addon}}`

0 comments on commit 5010d4b

Please sign in to comment.