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

ember-cli-auto-port

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-cli-auto-port

Discovers available port if preconfigured one is busy

  • 0.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Ember-cli-auto-port

Sometimes it becomes annoying to keep in sync and remember port setting for each of ember project I'm working on.

Probably you have seen already this error message when you tried to serve project while another one is already running on the same port:

Could not serve on http://localhost:4200. It is either in use or you do not have permission.

ember-cli-auto-port is a tiny addon which aims to get rid of such messages in your development workflow.

It uses portfinder package in the same way as ember-cli uses it for a live-reload ability. If default/preconfigured port is busy then portfiner tries to find the nearest available port and then it's beeing passed to the ember express server. That's it.

Usage

You don't need to do anything special to make it work except of installing emper-cli-auto-port.

Installation

npm install ember-cli-auto-port --save-dev

Running Tests

Currently there are no any tests here O_o

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

Keywords

FAQs

Package last updated on 09 Feb 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