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:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user