ember-share
v0.2.3
Published
An Ember CLI command to share your local Ember apps with the world using ngrok.
Downloads
9
Maintainers
Readme
ember-share
Share your local Ember apps with the world using ngrok. No additional software installation is required once the Ember CLI addon is installed.
Installation
ember install ember-share
How to Use
To share your site, simply run ember share
, which behaves like ember serve
. A publicly accessible URL will be inserted into your clipboard that is ready to paste directly into your browser.
This was inspired by Laravel Valet.