GitToTheHub commented on code in PR #573: URL: https://github.com/apache/cordova/pull/573#discussion_r2564644398
########## README.md: ########## @@ -17,7 +17,36 @@ To file a bug, or raise another type of issue, please navigate to the appropriat All Cordova code is hosted in repositories on GitHub. -[](//sketchviz.com/@raphinesse/a6f28acb2281b782d9fb5ef486834deb) +```mermaid +graph TD + cli --> lib + cli --> create + cli --> common + + plugman --> lib + + lib --> fetch + lib --> serve + lib --> common + lib -.-> platforms + + create --> fetch + create --> app-hello-world + create --> common + + fetch --> common + + platforms["`Platforms + * + android + ios, osx + browser`"] + + platforms -->|ios, osx| node-xcode + platforms -->|browser| serve + platforms -->|all| common + platforms -.->|all| js Review Comment: This looks good and is more tidy 😊 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
