README
CordovaPlatformProject
Experimental API for cordova. Currently it's a fairly thin wrapper around cordova-lib that provides an object oriented promises based API for managing cordova apps.
For usage example see the cordova-api-example app.
Experimental API for cordova. Currently it's a fairly thin wrapper around cordova-lib that provides an object oriented promises based API for managing cordova apps.
<script type="module">
import cordovaPlatformProject from 'https://cdn.skypack.dev/cordova-platform-project';
</script>
Experimental API for cordova. Currently it's a fairly thin wrapper around cordova-lib that provides an object oriented promises based API for managing cordova apps.
For usage example see the cordova-api-example app.