@adobe/parcel-plugin-htldeprecated

Compiles HTL templates to JS functions

Usage no npm install needed!

<script type="module">
  import adobeParcelPluginHtl from 'https://cdn.skypack.dev/@adobe/parcel-plugin-htl';
</script>

README

Parcel Plugin HTL

This is a plugin for Parcel which compiles *.htl (i.e. Sightly) templates into dist/*.js output.

Status

codecov CircleCI GitHub license GitHub issues npm Greenkeeper badge

Usage

Add @adobe/parcel-plugin-htl to your devDependencies and then run

npx parcel build src/*.htl --target node

Note: due to a bug in the parcel bundler, the --target node option is required.