Apache Cordova

Clone this repo:
  1. bb7d383 doc(readme): replace Cordova repositories graph with Mermaid (#573) by Manuel Beck · 13 days ago master
  2. 940154f chore: format note (#569) by Niklas Merz · 4 months ago
  3. c174236 README: Add section `About this Repository` by Manuel Beck · 4 months ago
  4. c6596a1 chore(asf.yml): Flag GitHub Discussions as enabled (#528) by Darryl Pogue · 12 months ago
  5. 4fa53ac tweet: survey announcement (#456) by Niklas Merz · 2 years, 3 months ago

Apache Cordova

  • Mobile apps with HTML, CSS & JS
  • Target multiple platforms with one code base
  • Free and open source

Website and documentation: https://cordova.apache.org/

[!NOTE] This repository is a landing page for Cordova specific repositories, some documentations and home for discussions. It does not reflect the npm package cordova which is the Cordova command line interface. That repository can be found under apache/cordova-cli.

Filing a Bug

To file a bug, or raise another type of issue, please navigate to the appropriate repo from the list below and create a New Issue from the Issues tab of the repo.

Repositories

All Cordova code is hosted in repositories on GitHub.

---
config:
  look: handDrawn
---
graph TD
    cli --> common

    create --> common
    create --> app-hello-world
    create --> fetch
    
    fetch --> common
    
    lib --> fetch
    lib --> common
    lib -.-> platforms
    
    cli --> create
    cli --> lib

    plugman --> lib

    platforms -->|all| common
    platforms -.->|all| js
    platforms -->|browser| serve
    platforms -->|ios| node-xcode
    platforms["Platforms<br/>android | browser | ios"]

Continuous Integration status of all relevant repositories: https://apache.github.io/cordova-status/

Here is a full list of all repositories:

Platforms

Active Platforms

Other Platforms

Deprecated Platforms

Core Plugins

Active Core Plugins

Experimental or Unfinished Core Plugins

Deprecated Core Plugins

Tooling

CLIs

Libraries

Testing

Templates

Documentation and Website(s)

Organization / Apache

Other

Unused / Outdated / Deprecated