Skip to content

Latest commit

 

History

History
49 lines (25 loc) · 1.52 KB

readme.md

File metadata and controls

49 lines (25 loc) · 1.52 KB

Ember generator Build Status

Gets you started with a "Hello World" implementation of Ember.

Maintainer: Anthony Bull

Usage

Execute these steps from the command line, one after another:

  1. mkdir webapp && cd webapp
  2. npm install -g generator-ember
  3. yo ember
  4. grunt server

A page with "Welcome to Ember.js" should appear in your browser.

Options

  • --skip-install

    Skips the automatic execution of bower and npm after scaffolding has finished.

  • --test-framework=[framework]

    Defaults to mocha. Can be switched for another supported testing framework like jasmine.

Credits

The Ember code is taken directly from the 1.0 RC3

Contribute

See the contributing docs

When submitting an issue, please follow the guidelines. Especially important is to make sure Yeoman is up-to-date, and providing the command or commands that cause the issue.

When submitting a bugfix, write a test that exposes the bug and fails before applying your fix. Submit the test alongside the fix.

When submitting a new feature, add tests that cover the feature.

License

BSD license