Apache cordova

Clone this repo:
  1. ca1c547 chore(npm): rebuilt package-lock to v2 (#21) by エリス · 1 year, 10 months ago master
  2. 671cbe2 chore: rename asf.yml to asf.yaml by Tim Brust · 3 years, 1 month ago
  3. 27a4251 Merge pull request #19 from breautek/package-lock by Norman Breau · 3 years, 6 months ago
  4. cd3b050 chore: package-lock by Norman Breau · 3 years, 6 months ago
  5. fba2349 fix(pkg): fix and clean up package.json (#17) by Raphael von der Grün · 3 years, 7 months ago

cordova-test-platform

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)

How to Use This

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.

Further Reading