create-docus 2.0.0-beta.1 → 4.0.0-beta.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- [![docus](https://docus-puce.vercel.app/__og-image__/static/og.png)](https://docus.dev)
1
+ [![docus](https://docus.dev/__og-image__/static/og.png)](https://docus.dev)
2
2
 
3
3
  > CLI tool to create beautiful docs with Markdown
4
4
 
package/dist/main.mjs CHANGED
@@ -20,7 +20,7 @@ function createCLI(opts) {
20
20
  async setup({ args }) {
21
21
  const dir = resolve(args.dir);
22
22
  const { runCommand } = await import("nuxi");
23
- await runCommand("init", [dir, "-t", "gh:nuxtlabs/docus/.starters/default#feat/nuxt-cli"]);
23
+ await runCommand("init", [dir, "-t", "gh:nuxtlabs/docus/.starters/default"]);
24
24
  }
25
25
  });
26
26
  return {
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "url": "git+https://github.com/nuxtlabs/docus.git"
7
7
  },
8
8
  "private": false,
9
- "version": "2.0.0-beta.1",
9
+ "version": "4.0.0-beta.7",
10
10
  "keywords": [],
11
11
  "license": "MIT",
12
12
  "bin": {
@@ -18,8 +18,7 @@
18
18
  "scripts": {
19
19
  "prepare": "pnpm build",
20
20
  "build": "tsup-node ./main.ts --format esm",
21
- "dev": "tsx ./main.ts",
22
- "lint": "eslint ."
21
+ "dev": "tsx ./main.ts"
23
22
  },
24
23
  "dependencies": {
25
24
  "@nuxt/kit": "^4.0.0",
@@ -27,10 +26,7 @@
27
26
  "citty": "^0.1.6",
28
27
  "defu": "^6.1.4",
29
28
  "dotenv": "^17.2.0",
30
- "git-url-parse": "^16.1.0",
31
- "minimark": "^0.2.0",
32
29
  "nuxi": "^3.26.2",
33
- "pkg-types": "^2.2.0",
34
30
  "scule": "^1.3.0",
35
31
  "ufo": "^1.6.1",
36
32
  "unctx": "^2.4.1",