mirror of
https://github.com/robonen/tools.git
synced 2026-03-20 02:44:45 +00:00
feat(docs): add auto generated doc based on readme
This commit is contained in:
10
package.json
10
package.json
@@ -25,9 +25,13 @@
|
||||
"citty": "^0.1.6",
|
||||
"jiti": "^1.21.0",
|
||||
"pathe": "^1.1.2",
|
||||
"scule": "^1.3.0"
|
||||
"scule": "^1.3.0",
|
||||
"vitepress": "^1.1.0"
|
||||
},
|
||||
"scripts": {
|
||||
"create": "jiti ./cli.ts"
|
||||
"create": "jiti ./cli.ts",
|
||||
"docs:dev": "vitepress dev .",
|
||||
"docs:build": "vitepress build .",
|
||||
"docs:preview": "vitepress preview ."
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user