@enact/template-cordova

A template generator for Enact Cordova applications.

Usage no npm install needed!

<script type="module">
  import enactTemplateCordova from 'https://cdn.skypack.dev/@enact/template-cordova';
</script>

README

@enact/template-cordova

A template generator for @enact/cli to create Enact-based Cordova applications.

Installation

The Enact CLI itself can install this via NPM or git URI.

enact template install @enact/template-cordova

Usage

Once installed, you can specify the cordova template during new application creation:

enact create -t cordova MyApp