commit | fba2349f89ff9fa56da3a767b1823d4952a6d1f0 | [log] [tgz] |
---|---|---|
author | Raphael von der GrĂ¼n <raphinesse@gmail.com> | Sun Oct 04 13:36:43 2020 +0200 |
committer | GitHub <noreply@github.com> | Sun Oct 04 13:36:43 2020 +0200 |
tree | 7ce86d4d4188872b939ee3abe4239b1651980436 | |
parent | 4332092770ce3c9ab9610c075244a668172655f6 [diff] |
fix(pkg): fix and clean up package.json (#17) * chore(pkg): remove field "maintainers" * chore(pkg): remove default-valued field "homepage" * fix(pkg): fix declaration for binary "create" Related to https://github.com/apache/cordova/issues/55
This repo contains the code for an Apache Cordova platform that allows you to build applications that target NOTHING. This platform is purely for testing, although it is also a good resource to see the minimum requirements to implement a new platform.
Apache Cordova is a project of The Apache Software Foundation (ASF)
This repository contains a reference implementation of Cordova's Platform API. The Platform API defines interfaces for Cordova tooling to be able to create, build/compile, run/emulate and clean Cordova projects targeted at a specific platform. Core Cordova platforms such as cordova-android and cordova-ios implement this API. This API is then used by tools such as cordova-cli and cordova-lib when managing platform-specific actions in cross-platform Cordova projects.