@enact/template-moonstone

A template generator for Enact Moonstone applications.

Usage no npm install needed!

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

README

@enact/template-moonstone

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

Installation

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

enact template install @enact/template-moonstone

Usage

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

enact create -t moonstone MyApp