templ.js

This guide now covers the full example pack currently shipped for release readiness work.

Included Examples

Files in the Examples

markdown-report/

html-email/

json-api/

config-files/

documentation/

ADRs

Run an Example

pnpm --filter @templjs/core build
pnpm --filter @templjs/cli build
node src/packages/cli/dist/cli.js render \
  -t examples/markdown-report/template.md.templ \
  -i examples/markdown-report/data.json

Related source:

Why These Examples

This pack covers the most representative release-readiness cases:

WI-021 now includes a generated in-repo demo video artifact for review.

Demo Video