ember-cli-randoport
v2.0.0
Published
Randomize which port ember uses to boot!
Downloads
4
Readme
Ember-cli-randoport
Run multiple ember projects at the same time and tired of radomly picking ports
that sound good? ember-cli-randoport
is here to help.
ember install ember-cli-randoport
will assign a new random port for your ember
project, between 4000 and 4999.
Want to re-run? ember g ember-cli-randoport
Installation
git clone
this repositorynpm install
bower install
Running
The easiest way to run this project is to use npm link
.
- Run
npm link
in the root ofember-cli-randoport
- Go to any ember application and run
npm link ember-cli-randoports
. - Ever time you want to test out changes, run
ember g ember-cli-randoports
Running Tests
To run:
npm test
Note: Using tape here to unit test the core parts of this addon instead of the usu qunit stuff.