1
0
mirror of https://github.com/robonen/tools.git synced 2026-03-20 02:44:45 +00:00

feat(docs): add document generator

This commit is contained in:
2026-02-15 16:49:37 +07:00
parent a83e2bb797
commit abd6605db3
38 changed files with 9547 additions and 86 deletions

View File

@@ -35,6 +35,10 @@
"lint": "pnpm -r lint",
"test": "vitest run",
"test:ui": "vitest --ui",
"create": "jiti ./bin/cli.ts"
"create": "jiti ./bin/cli.ts",
"docs:dev": "pnpm -C docs dev",
"docs:generate": "pnpm -C docs generate",
"docs:preview": "pnpm -C docs preview",
"docs:extract": "pnpm -C docs extract"
}
}