Apache Cordova Electron

Clone this repo:
  1. da60500 refactor: use node internal modules & replace fs-extra with node:fs (#273) by エリス · 9 days ago master
  2. 545a25c ci(gh-action): add Apache RAT & package license checker workflow (#272) by エリス · 9 days ago
  3. d5ad929 ci: Set up CodeQL analysis w/ fix (#276) by エリス · 9 days ago
  4. abe901b ci: update codecov@v4 w/ token (#274) by エリス · 13 days ago
  5. 72fbe10 release(post): bump version to 4.0.1-dev by Erisu · 7 weeks ago

Cordova Electron

Electron is a framework that uses web technologies (HTML, CSS, and JS) to build cross-platform desktop applications.

Platform Objectives

  • Build Desktop Applications (Linux, macOS, and Windows)
  • Sign Applications for Release

Usage

Cordova CLI

$ npm install -g cordova@latest
$ cordova create helloworld
$ cd helloworld
$ cordova platform add electron
$ cordova run electron

Documentation

For more documentation, please refer to the DOCUMENTATION.md file.

Contributions

The Apache Cordova team would like to thank Ibby Hadeed for transferring the cordova-electron npm package name to Apache Cordova. Thanks!