jste-cli
v0.1.3
Published
JSTE command line tools
Readme
jste-cli
This tool converts static HTML markup into a JSTE template.
Installation
npm install jste-cli -gUsage
Create an ESM-compatible template (default):
jste --input=./page.html --output=./page.jsCreate a CommonJS-compatible template:
jste --input=./page.html --output=./page.jste --type=cjs