doc(readme): replace Cordova repositories graph with Mermaid (#573)

- GitHub Markdown has built-in functionality for creating diagrams: https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-diagrams#creating-mermaid-diagrams. This can be used instead of using a third party solution.

Co-authored-by: エリス <erisu@users.noreply.github.com>
1 file changed
tree: 66a934190eb7754d422f2aef6fb54ccf6736b4d1
  1. .github/
  2. slack-digest/
  3. tweets/
  4. .asf.yaml
  5. CONTRIBUTING.md
  6. deprecated.md
  7. README.md
README.md

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