ember-electron

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

OTHER License

Downloads
3.4K
Stars
807
Committers
52

Bot releases are visible (Hide)

ember-electron - Ember-Electron with Ember-Inspector!

Published by felixrieseberg over 8 years ago

ember-electron - Let's copy all the files!

Published by felixrieseberg over 8 years ago

This is a small release with little code change, but it introduces an important addition: The copy-files configuration, accepting an array of glob patterns, allows users to define exactly which non-Ember files make it into the final packaged Electron build.

Previously, only electron.js and package.json were copied. If you don't intend to copy additional files, no change is required.

ember-electron - We'll package your app!

Published by felixrieseberg almost 9 years ago

The major addition in this release is the 📦 package command, executed with ember electron:package.

By default, the packager creates binaries for all platforms and architectures using your app's name and version as defined in package.json. Under the hood, it uses the popular electron-packager module.

To create standalone binaries of your Ember App, simply run the following command.

ember electron:package

Also added:

  • Minor bugfixes
  • Better testing
Package Rankings
Top 2.67% on Npmjs.org
Badges
Extracted from project README
Appveyor Build status Travis CI Build Status Maintainability