feat: add Compiler and HandlebarsCompiler with tests; improve FileManager and YamlParser functionality

This commit is contained in:
Lucàs
2025-07-14 14:03:59 +02:00
parent a672169e92
commit 9590e60372
10 changed files with 143 additions and 2 deletions
+3 -1
View File
@@ -9,7 +9,9 @@
"format": "bunx prettier --write .",
"format:check": "bunx prettier --check .",
"test": "bun test",
"prepare": "husky install"
"prepare": "husky install",
"dev": "bun run format:check && bun run lint && bun run build",
"dev:watch": "bun run --watch src -- bun run dev"
},
"devDependencies": {
"@eslint/css": "^0.10.0",