@enact/template-agate

A template generator for Enact Agate applications.

Usage no npm install needed!

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

README

@enact/template-agate

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

Installation

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

enact template install @enact/template-agate

Usage

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

enact create -t agate MyApp