Skip to content
/ apiv4 Public

fourth incarnation this time scaffolded by autox

License

Notifications You must be signed in to change notification settings

simwms/apiv4

Repository files navigation

Apiv4

This README outlines the details of collaborating on this Ember addon.

Installation

  • git clone this repository
  • npm install
  • bower install

Running

Running Tests

  • npm test (Runs ember try:testall to test your addon against multiple Ember versions)
  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit http://www.ember-cli.com/.

Router.coffee

If it were up to me, I'd write my router.coffee files like so:

@namespace "whatever", ->
  @collection "truck", ["new", "index"], ->
    @model "truck", ["edit", "index"], ->
      @collection "batch", ["new"]