commit | e3778dd2e1e2859975ab8030ffe98c55401e3cb0 | [log] [tgz] |
---|---|---|
author | Jan Piotrowski <piotrowski+git@gmail.com> | Fri May 03 19:47:15 2019 +0200 |
committer | Jan Piotrowski <piotrowski+git@gmail.com> | Fri May 03 19:47:15 2019 +0200 |
tree | 2706dc2d38d3d9ddfa15fa9b5ce1f0b96c716887 | |
parent | 90adc24532c7ebac964b37060d7c0500badeaf62 [diff] |
fix last line
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.