/ember-electron

:zap: Build, test, compile and package desktop apps with Ember and Electron

Primary LanguageJavaScriptOtherNOASSERTION

Ember-Electron logo showing an electron orbiting a flame

Ember-Electron

Latest release on NPM Travis CI Build Status Code Climate

An Ember addon to turn Ember apps into cross-platform desktop applications, taking care of development, tests, compilation, and installer creation.

  • ember electron - Run app in Electron with live-reload server
  • ember electron:test - Test the app using Electron
  • ember electron:test --server - Test with Electron in development server mode
  • ember electron:package - Create binaries (.app, .exe, etc)
  • ember electron:make - Generate platform specific distributables (installers, distribution packages, etc)

To see a real world example, check out Ghost Desktop.

Usage

See docs for detailed guides on installation, usage and more.

Authors

Ember-Electron builds on prior work done by @brzpegasus (author of ember-cli-nwjs) and @joostdevries (author of ember-cli-remote-inspector). Our gratitude to both of them for their amazing work.