chore: various cleanup (#147)

* chore(npm): cleanup packaging ignore list
* chore: update license & notice
* chore(git): update ignore list
* chore(eslint): add ending new line to ignore file
* chore(license): remove for packages that does not exist anymore
5 files changed
tree: 5b9697612d1f067729343d9f8b42b1f50e2c5b5b
  1. .github/
  2. .npm-scripts/
  3. bin/
  4. cordova-js-src/
  5. cordova-lib/
  6. lib/
  7. tests/
  8. .eslintignore
  9. .eslintrc.yml
  10. .gitattributes
  11. .gitignore
  12. .npmignore
  13. CONTRIBUTING.md
  14. DOCUMENTATION.md
  15. LICENSE
  16. NOTICE
  17. package-lock.json
  18. package.json
  19. README.md
  20. RELEASENOTES.md
  21. VERSION
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!