ember-share

An Ember CLI command to share your local Ember apps with the world using ngrok.

Usage no npm install needed!

<script type="module">
  import emberShare from 'https://cdn.skypack.dev/ember-share';
</script>

README

Ember Observer Score

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.

ember-share animated gif demo

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.