[setup] add script for quick create function with tests

This commit is contained in:
2024-10-13 16:19:19 +03:00
parent ffa87ec3a3
commit 076c7e90dc
2 changed files with 58 additions and 1 deletions
+2 -1
View File
@@ -19,7 +19,8 @@
"dev": "vite",
"build": "tsc && vite build",
"test": "vitest",
"coverage": "vitest run --coverage"
"coverage": "vitest run --coverage",
"add:module": "node ./add-component.mjs"
},
"devDependencies": {
"typescript": "^5.1.3",