Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adopted-ember-addons/ember-electron
:zap: Build, test, compile and package desktop apps with Ember and Electron
https://github.com/adopted-ember-addons/ember-electron
electron ember ember-electron
Last synced: 3 days ago
JSON representation
:zap: Build, test, compile and package desktop apps with Ember and Electron
- Host: GitHub
- URL: https://github.com/adopted-ember-addons/ember-electron
- Owner: adopted-ember-addons
- License: other
- Created: 2015-09-09T15:46:38.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-10-04T03:28:03.000Z (3 months ago)
- Last Synced: 2024-10-29T15:24:09.585Z (about 2 months ago)
- Topics: electron, ember, ember-electron
- Language: JavaScript
- Homepage: https://ember-electron.js.org/
- Size: 13.7 MB
- Stars: 805
- Watchers: 23
- Forks: 111
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-electron - ember-electron - Build, test, and package Ember apps. (Tools / For Electron)
README
# ember-electron
![Latest release on NPM](https://img.shields.io/npm/v/ember-electron.svg)
[![Appveyor Build status](https://ci.appveyor.com/api/projects/status/5rhwhar361uad07v?svg=true)](https://ci.appveyor.com/project/rwwagner90/ember-electron)
[![Travis CI Build Status](https://travis-ci.com/adopted-ember-addons/ember-electron.svg?branch=master)](https://travis-ci.com/adopted-ember-addons/ember-electron)
[![Maintainability](https://api.codeclimate.com/v1/badges/1fd0e70c952841eb488b/maintainability)](https://codeclimate.com/github/adopted-ember-addons/ember-electron/maintainability)An Ember addon to turn Ember apps into cross-platform desktop applications, taking care of development, tests, compilation, and installer creation.
## Compatibility
* Ember.js v4.8 or above
* Ember CLI v4.8 or above
* Node.js v18 or above## Documentation
[View Docs](https://ember-electron.js.org)
## Support
Ember-Electron is a small open source project. Use [GitHub Issues](https://github.com/adopted-ember-addons/ember-electron/issues) to report bugs and errors within the addon.
If you need help *using* the addon with your application, may we recommend the excellent Ember community? You can check out the [various places to get help here](https://www.emberjs.com/community/). In particular, the [Ember community Discord](https://discordapp.com/invite/emberjs) has a `#topic-desktop` channel which is a great place to ask questions about `ember-electron`. If you have questions regarding Electron, their [Slack and forum](https://electron.atom.io/contact/) will be helpful as well.
## Authors
Ember-Electron builds on prior work done by @brzpegasus (author of [`ember-cli-nwjs`](https://github.com/brzpegasus/ember-cli-nwjs)) and @joostdevries (author of [`ember-cli-remote-inspector`](https://github.com/joostdevries/ember-cli-remote-inspector)). Our gratitude to both of them for their amazing work.
* Felix Rieseberg ([@felixrieseberg](https://github.com/felixrieseberg))
* Aidan Nulman ([@anulman](https://github.com/anulman))
* Florian Pichler ([@pichfl](https://github.com/pichfl))
* Ben Demboski ([@bendemboski](https://github.com/bendemboski))
* [...and many other contributors](https://github.com/adopted-ember-addons/ember-electron/graphs/contributors)## License
This project is licensed under the [MIT License](LICENSE.md).