Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ember-cli-open

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-cli-open

Opens ember-cli application in browser

  • 0.4.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

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/.

Keywords

FAQs

Package last updated on 20 Nov 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc