Imagine I want to create a new Cordova platform. What documentation should I read? Which repositories can help me? I see https://github.com/apache/cordova-test-platform exists, but is this complete and current? What functionality should I implement first?
Is there a way to "fake" a platform until I fully implemented it? Something like having a "static" project that doesn't support all the configuration options that Cordova platforms usually have, to simplify the initial implementation load that needs to be done. Any other pointers? Best, Jan