chore: update release audit workflow & license headers & added npmrc (#294)

9 files changed
tree: 1219b0bc04be95eac83e058b7f636740fa0a59f0
  1. .github/
  2. bin/
  3. cordova-js-src/
  4. lib/
  5. tests/
  6. .asf.yaml
  7. .eslintignore
  8. .eslintrc.yml
  9. .gitattributes
  10. .gitignore
  11. .npmignore
  12. .npmrc
  13. .ratignore
  14. CONTRIBUTING.md
  15. DOCUMENTATION.md
  16. licence_checker.yml
  17. LICENSE
  18. NOTICE
  19. package-lock.json
  20. package.json
  21. README.md
  22. RELEASENOTES.md
README.md

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!