0.4.0 • Published 7 years ago

ember-cli-open v0.4.0

Weekly downloads
10
License
MIT
Repository
github
Last release
7 years ago

ember-cli-open

Build Status

Automatically opens ember-cli application in your default browser.

Usage

Run open command from within any of your ember-cli project to serve and open it in your browser.

$ ember o[pen]

Auto Open on Serve

Set open option value to true in your .ember-cli to open application on serve by default:

{
  "open": true
}

You can also specify a startup path for your application:

{
  "open": '/step1'
}

will open http://localhost:4200/step1.

ember-cli-open also respects a rootURL and baseURL options from your environment config.

Installation

npm i --save-dev ember-cli-open

Running

  • ember open
  • ember serve --open=true

Running Tests

Run npm test

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

0.4.0

7 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.2.0

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago