git0 0.2.6 → 0.2.8

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.
Files changed (55) hide show
  1. package/docs/404.html +2 -3
  2. package/docs/Footer/index.html +2 -3
  3. package/docs/assets/js/1df93b7f.d8c05d2c.js +2 -0
  4. package/docs/assets/js/22dd74f7.237398b4.js +1 -0
  5. package/docs/assets/js/28ab763d.5714aa16.js +1 -0
  6. package/docs/assets/js/299d276b.1a1baa1c.js +1 -0
  7. package/docs/assets/js/68cef36b.c312447e.js +1 -0
  8. package/docs/assets/js/c3a618e1.965a31da.js +1 -0
  9. package/docs/assets/js/{main.6b27aee7.js → main.cf858a7d.js} +2 -2
  10. package/docs/assets/js/runtime~main.7520dc36.js +1 -0
  11. package/docs/functions/{globals → git0}/index.html +9 -9
  12. package/docs/functions/github-api/index.html +149 -0
  13. package/docs/functions/index.html +4 -5
  14. package/docs/functions/modules/index.html +30 -0
  15. package/docs/index.html +3 -4
  16. package/docs/lunr-index-1749613752315.json +1 -0
  17. package/docs/lunr-index.json +1 -1
  18. package/docs/search-doc-1749613752315.json +1 -0
  19. package/docs/search-doc.json +1 -1
  20. package/docs/sitemap.xml +1 -1
  21. package/docs-config/.docusaurus/client-manifest.json +45 -33
  22. package/docs-config/.docusaurus/docusaurus-plugin-content-docs/default/p/docs-175.json +1 -0
  23. package/docs-config/.docusaurus/docusaurus-plugin-content-docs/default/p/index-466.json +1 -1
  24. package/docs-config/.docusaurus/docusaurus-plugin-content-docs/default/site-src-functions-git-0-1-md-d3e.json +19 -0
  25. package/docs-config/.docusaurus/docusaurus-plugin-content-docs/default/site-src-functions-git-0-md-299.json +19 -0
  26. package/docs-config/.docusaurus/docusaurus-plugin-content-docs/default/site-src-functions-github-api-md-28a.json +23 -0
  27. package/docs-config/.docusaurus/docusaurus-plugin-content-docs/default/site-src-functions-index-md-c3a.json +6 -2
  28. package/docs-config/.docusaurus/docusaurus-plugin-content-docs/default/site-src-functions-modules-md-68c.json +19 -0
  29. package/docs-config/.docusaurus/docusaurus.config.mjs +2 -9
  30. package/docs-config/.docusaurus/globalData.json +14 -9
  31. package/docs-config/.docusaurus/registry.js +4 -3
  32. package/docs-config/.docusaurus/routes.js +13 -7
  33. package/docs-config/.docusaurus/routesChunkNames.json +11 -7
  34. package/docs-config/config/customize-docs.js +4 -2
  35. package/docs-config/docusaurus.config.ts +0 -9
  36. package/docs-config/src/functions/{globals.md → git0.md} +4 -2
  37. package/docs-config/src/functions/github-api.md +744 -0
  38. package/docs-config/src/functions/modules.md +4 -0
  39. package/docs-config/src/functions/typedoc-sidebar.cjs +12 -1
  40. package/docs-config/src/pages/index.tsx +289 -279
  41. package/docs-config/tsconfig.json +1 -1
  42. package/package.json +1 -1
  43. package/src/git0.js +2 -2
  44. package/src/github-api.js +1 -1
  45. package/docs/assets/js/1df93b7f.dfdf0ef3.js +0 -2
  46. package/docs/assets/js/22dd74f7.040a4546.js +0 -1
  47. package/docs/assets/js/4a829dc8.10d7db0a.js +0 -1
  48. package/docs/assets/js/c3a618e1.50a89e4d.js +0 -1
  49. package/docs/assets/js/d140250a.62af53aa.js +0 -1
  50. package/docs/assets/js/runtime~main.5c54c19c.js +0 -1
  51. package/docs/lunr-index-1749612068805.json +0 -1
  52. package/docs/search-doc-1749612068805.json +0 -1
  53. package/docs-config/src/index.md +0 -127
  54. /package/docs/assets/js/{1df93b7f.dfdf0ef3.js.LICENSE.txt → 1df93b7f.d8c05d2c.js.LICENSE.txt} +0 -0
  55. /package/docs/assets/js/{main.6b27aee7.js.LICENSE.txt → main.cf858a7d.js.LICENSE.txt} +0 -0
@@ -0,0 +1,19 @@
1
+ {
2
+ "id": "functions/modules",
3
+ "title": "modules",
4
+ "description": "Modules",
5
+ "source": "@site/src/functions/modules.md",
6
+ "sourceDirName": "functions",
7
+ "slug": "/functions/modules",
8
+ "permalink": "/functions/modules",
9
+ "draft": false,
10
+ "unlisted": false,
11
+ "tags": [],
12
+ "version": "current",
13
+ "frontMatter": {},
14
+ "sidebar": "default",
15
+ "previous": {
16
+ "title": "index",
17
+ "permalink": "/functions/"
18
+ }
19
+ }
@@ -52,14 +52,6 @@ export default {
52
52
  }
53
53
  ]
54
54
  ],
55
- "headTags": [
56
- {
57
- "tagName": "script",
58
- "attributes": {
59
- "src": "https://cdn.tailwindcss.com"
60
- }
61
- }
62
- ],
63
55
  "plugins": [
64
56
  "/home/deck/Projects/git0/docs-config/node_modules/docusaurus-lunr-search/src/index.js",
65
57
  [
@@ -67,7 +59,7 @@ export default {
67
59
  {
68
60
  "id": "functions",
69
61
  "entryPoints": [
70
- "../src/git0.js"
62
+ "../src/**/*"
71
63
  ],
72
64
  "exclude": [
73
65
  "**/node_modules/**/*",
@@ -366,6 +358,7 @@ export default {
366
358
  ],
367
359
  "customFields": {},
368
360
  "scripts": [],
361
+ "headTags": [],
369
362
  "clientModules": [],
370
363
  "tagline": "",
371
364
  "titleDelimiter": "|",
@@ -8,11 +8,16 @@
8
8
  "label": "Next",
9
9
  "isLast": true,
10
10
  "path": "/",
11
- "mainDocId": "index",
11
+ "mainDocId": "functions/git0",
12
12
  "docs": [
13
13
  {
14
- "id": "functions/globals",
15
- "path": "/functions/globals",
14
+ "id": "functions/git0",
15
+ "path": "/functions/git0",
16
+ "sidebar": "default"
17
+ },
18
+ {
19
+ "id": "functions/github-api",
20
+ "path": "/functions/github-api",
16
21
  "sidebar": "default"
17
22
  },
18
23
  {
@@ -21,8 +26,8 @@
21
26
  "sidebar": "default"
22
27
  },
23
28
  {
24
- "id": "index",
25
- "path": "/",
29
+ "id": "functions/modules",
30
+ "path": "/functions/modules",
26
31
  "sidebar": "default"
27
32
  }
28
33
  ],
@@ -30,8 +35,8 @@
30
35
  "sidebars": {
31
36
  "default": {
32
37
  "link": {
33
- "path": "/functions/globals",
34
- "label": "functions/globals"
38
+ "path": "/functions/git0",
39
+ "label": "functions/git0"
35
40
  }
36
41
  }
37
42
  }
@@ -52,8 +57,8 @@
52
57
  "docusaurus-lunr-search": {
53
58
  "default": {
54
59
  "fileNames": {
55
- "searchDoc": "search-doc-1749612068805.json",
56
- "lunrIndex": "lunr-index-1749612068805.json"
60
+ "searchDoc": "search-doc-1749613752315.json",
61
+ "lunrIndex": "lunr-index-1749613752315.json"
57
62
  }
58
63
  }
59
64
  }
@@ -2,13 +2,14 @@ export default {
2
2
  "17896441": [() => import(/* webpackChunkName: "17896441" */ "@theme/DocItem"), "@theme/DocItem", require.resolveWeak("@theme/DocItem")],
3
3
  "1df93b7f": [() => import(/* webpackChunkName: "1df93b7f" */ "@site/src/pages/index.tsx"), "@site/src/pages/index.tsx", require.resolveWeak("@site/src/pages/index.tsx")],
4
4
  "22dd74f7": [() => import(/* webpackChunkName: "22dd74f7" */ "@generated/docusaurus-plugin-content-docs/default/p/index-466.json"), "@generated/docusaurus-plugin-content-docs/default/p/index-466.json", require.resolveWeak("@generated/docusaurus-plugin-content-docs/default/p/index-466.json")],
5
- "4a829dc8": [() => import(/* webpackChunkName: "4a829dc8" */ "@site/src/functions/globals.md"), "@site/src/functions/globals.md", require.resolveWeak("@site/src/functions/globals.md")],
5
+ "28ab763d": [() => import(/* webpackChunkName: "28ab763d" */ "@site/src/functions/github-api.md"), "@site/src/functions/github-api.md", require.resolveWeak("@site/src/functions/github-api.md")],
6
+ "299d276b": [() => import(/* webpackChunkName: "299d276b" */ "@site/src/functions/git0.md"), "@site/src/functions/git0.md", require.resolveWeak("@site/src/functions/git0.md")],
6
7
  "5e95c892": [() => import(/* webpackChunkName: "5e95c892" */ "@theme/DocsRoot"), "@theme/DocsRoot", require.resolveWeak("@theme/DocsRoot")],
7
8
  "5e9f5e1a": [() => import(/* webpackChunkName: "5e9f5e1a" */ "@generated/docusaurus.config"), "@generated/docusaurus.config", require.resolveWeak("@generated/docusaurus.config")],
9
+ "68cef36b": [() => import(/* webpackChunkName: "68cef36b" */ "@site/src/functions/modules.md"), "@site/src/functions/modules.md", require.resolveWeak("@site/src/functions/modules.md")],
8
10
  "a7456010": [() => import(/* webpackChunkName: "a7456010" */ "@generated/docusaurus-plugin-content-pages/default/__plugin.json"), "@generated/docusaurus-plugin-content-pages/default/__plugin.json", require.resolveWeak("@generated/docusaurus-plugin-content-pages/default/__plugin.json")],
9
11
  "a7bd4aaa": [() => import(/* webpackChunkName: "a7bd4aaa" */ "@theme/DocVersionRoot"), "@theme/DocVersionRoot", require.resolveWeak("@theme/DocVersionRoot")],
10
12
  "a94703ab": [() => import(/* webpackChunkName: "a94703ab" */ "@theme/DocRoot"), "@theme/DocRoot", require.resolveWeak("@theme/DocRoot")],
11
13
  "aba21aa0": [() => import(/* webpackChunkName: "aba21aa0" */ "@generated/docusaurus-plugin-content-docs/default/__plugin.json"), "@generated/docusaurus-plugin-content-docs/default/__plugin.json", require.resolveWeak("@generated/docusaurus-plugin-content-docs/default/__plugin.json")],
12
14
  "ac46717f": [() => import(/* webpackChunkName: "ac46717f" */ "@site/src/pages/Footer.tsx"), "@site/src/pages/Footer.tsx", require.resolveWeak("@site/src/pages/Footer.tsx")],
13
- "c3a618e1": [() => import(/* webpackChunkName: "c3a618e1" */ "@site/src/functions/index.md"), "@site/src/functions/index.md", require.resolveWeak("@site/src/functions/index.md")],
14
- "d140250a": [() => import(/* webpackChunkName: "d140250a" */ "@site/src/index.md"), "@site/src/index.md", require.resolveWeak("@site/src/index.md")],};
15
+ "c3a618e1": [() => import(/* webpackChunkName: "c3a618e1" */ "@site/src/functions/index.md"), "@site/src/functions/index.md", require.resolveWeak("@site/src/functions/index.md")],};
@@ -14,15 +14,15 @@ export default [
14
14
  },
15
15
  {
16
16
  path: '/',
17
- component: ComponentCreator('/', 'f42'),
17
+ component: ComponentCreator('/', '320'),
18
18
  routes: [
19
19
  {
20
20
  path: '/',
21
- component: ComponentCreator('/', '625'),
21
+ component: ComponentCreator('/', '87c'),
22
22
  routes: [
23
23
  {
24
24
  path: '/',
25
- component: ComponentCreator('/', 'b12'),
25
+ component: ComponentCreator('/', '1d6'),
26
26
  routes: [
27
27
  {
28
28
  path: '/functions/',
@@ -31,14 +31,20 @@ export default [
31
31
  sidebar: "default"
32
32
  },
33
33
  {
34
- path: '/functions/globals',
35
- component: ComponentCreator('/functions/globals', 'a2b'),
34
+ path: '/functions/git0',
35
+ component: ComponentCreator('/functions/git0', '8bf'),
36
36
  exact: true,
37
37
  sidebar: "default"
38
38
  },
39
39
  {
40
- path: '/',
41
- component: ComponentCreator('/', '825'),
40
+ path: '/functions/github-api',
41
+ component: ComponentCreator('/functions/github-api', 'da5'),
42
+ exact: true,
43
+ sidebar: "default"
44
+ },
45
+ {
46
+ path: '/functions/modules',
47
+ component: ComponentCreator('/functions/modules', 'f7f'),
42
48
  exact: true,
43
49
  sidebar: "default"
44
50
  }
@@ -13,29 +13,33 @@
13
13
  },
14
14
  "config": "5e9f5e1a"
15
15
  },
16
- "/-f42": {
16
+ "/-320": {
17
17
  "__comp": "5e95c892",
18
18
  "__context": {
19
19
  "plugin": "aba21aa0"
20
20
  }
21
21
  },
22
- "/-625": {
22
+ "/-87c": {
23
23
  "__comp": "a7bd4aaa",
24
24
  "__props": "22dd74f7"
25
25
  },
26
- "/-b12": {
26
+ "/-1d6": {
27
27
  "__comp": "a94703ab"
28
28
  },
29
29
  "/functions/-5b3": {
30
30
  "__comp": "17896441",
31
31
  "content": "c3a618e1"
32
32
  },
33
- "/functions/globals-a2b": {
33
+ "/functions/git0-8bf": {
34
34
  "__comp": "17896441",
35
- "content": "4a829dc8"
35
+ "content": "299d276b"
36
36
  },
37
- "/-825": {
37
+ "/functions/github-api-da5": {
38
38
  "__comp": "17896441",
39
- "content": "d140250a"
39
+ "content": "28ab763d"
40
+ },
41
+ "/functions/modules-f7f": {
42
+ "__comp": "17896441",
43
+ "content": "68cef36b"
40
44
  }
41
45
  }
@@ -4,7 +4,9 @@ export default {
4
4
  typedocFolders: [
5
5
  {
6
6
  id: "functions",
7
- entryPoints: ["../src/git0.js"], // also remember to set in ../tsconfig.json {entryPoints:[...]}
7
+ entryPoints: [
8
+ "../src/**/*"
9
+ ], // also remember to set in ../tsconfig.json {entryPoints:[...]}
8
10
  },
9
11
  ],
10
12
  showEditsOnGitHub: true,
@@ -18,7 +20,7 @@ export default {
18
20
  logo: "https://i.imgur.com/857meew.png",
19
21
  favicon: "https://i.imgur.com/857meew.png",
20
22
  enableFasterBuildV4: false,
21
- enableReadmeAsHome: true,
23
+ enableReadmeAsHome: false,
22
24
  topbar: [
23
25
  // {
24
26
  // to: "/functions",
@@ -139,15 +139,6 @@ export default async function createConfig(options: any = {}) {
139
139
  ],
140
140
  ],
141
141
 
142
- headTags: [
143
- {
144
- tagName: 'script',
145
- attributes: {
146
- src: 'https://cdn.tailwindcss.com',
147
- },
148
- },
149
- ],
150
-
151
142
  plugins: [
152
143
 
153
144
 
@@ -1,10 +1,12 @@
1
+ [Documentation](modules.md) / git0
2
+
1
3
  ## installDependencies()
2
4
 
3
5
  ```ts
4
6
  function installDependencies(targetDir: string): Promise<void>;
5
7
  ```
6
8
 
7
- Defined in: git0.js:208
9
+ Defined in: [src/git0.js:208](https://github.com/vtempest/git0/blob/a8fc7e45afbaefca0c4e19627a1fa2d11f80f7e6/src/git0.js#L208)
8
10
 
9
11
  Automatically detects project type and installs dependencies
10
12
  Supports Node.js, Docker, Python, Rust, and Go projects
@@ -56,7 +58,7 @@ Path to the project directory
56
58
  function openInIDE(targetDir: string): void;
57
59
  ```
58
60
 
59
- Defined in: git0.js:158
61
+ Defined in: [src/git0.js:158](https://github.com/vtempest/git0/blob/a8fc7e45afbaefca0c4e19627a1fa2d11f80f7e6/src/git0.js#L158)
60
62
 
61
63
  Opens a directory in the first available IDE/editor
62
64
  Also attempts to open a README or package.json file after 3 seconds