commit | cd3b050093a02590cbc45bc579f95598b2537a15 | [log] [tgz] |
---|---|---|
author | Norman Breau <norman@normanbreau.com> | Fri Nov 27 17:19:48 2020 -0400 |
committer | Norman Breau <norman@normanbreau.com> | Fri Nov 27 17:19:48 2020 -0400 |
tree | 627d812e033e42900a047c020baeec8f8f10464d | |
parent | fba2349f89ff9fa56da3a767b1823d4952a6d1f0 [diff] |
chore: package-lock
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.