aboutsummaryrefslogtreecommitdiff
path: root/dev/lib/handlebars/README.md
Commit message (Collapse)AuthorAge
* Add Prettier Formatting for Markdown Files and Pre-Commit Hook (#543)marv2024-02-03
| | | | | | | * Install prettier, add prettierignore * Add precommit hook for md * Prettier format md files
* Modernize codebaseDarius Jahandarie2023-11-04
- Use ES modules - Remove vendored libs and build them from npm using esbuild - Switch from JSZip to zip.js