feat: create tool script

This commit is contained in:
Ibrahima G. Coulibaly 2024-06-23 19:57:58 +01:00
commit a8cd385880
17 changed files with 217 additions and 38 deletions

View file

@ -18,6 +18,7 @@
"serve": "vite preview",
"test": "vitest",
"test:ui": "vitest --ui",
"script:create:tool": "node scripts/create-tool.mjs",
"lint": "eslint src --max-warnings=0",
"typecheck": "tsc --project tsconfig.json --noEmit",
"prepare": "husky install"