create-vag 0.1.10 → 0.1.12

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.
@@ -7,7 +7,7 @@ import chalk from "chalk";
7
7
  // package.json
8
8
  var package_default = {
9
9
  name: "create-vag",
10
- version: "0.1.10",
10
+ version: "0.1.12",
11
11
  description: "The npm-initializer for creating a new vag repo",
12
12
  private: false,
13
13
  repository: {
@@ -90,16 +90,16 @@ var package_default = {
90
90
  devDependencies: {
91
91
  "@eslint/js": "^9.28.0",
92
92
  "@types/eslint__js": "^8.42.3",
93
- "@types/node": "^22.15.29",
94
- eslint: "^9.27.0",
95
- "eslint-config-prettier": "^10.1.5",
96
- "npm-run-all": "^4.1.5",
97
- prettier: "^3.5.3",
93
+ "@types/node": "^24.10.1",
94
+ eslint: "^9.39.1",
95
+ "eslint-config-prettier": "^10.1.8",
96
+ "npm-run-all2": "^8.0.4",
97
+ prettier: "^3.6.2",
98
98
  shx: "^0.4.0",
99
- tsup: "^8.5.0",
100
- typescript: "^5.8.3",
101
- "typescript-eslint": "^8.33.0",
102
- vitest: "^3.1.4"
99
+ tsup: "^8.5.1",
100
+ typescript: "^5.9.3",
101
+ "typescript-eslint": "^8.47.0",
102
+ vitest: "^4.0.10"
103
103
  }
104
104
  };
105
105
 
@@ -1,25 +1,25 @@
1
- {{ProjName}}\_vag
2
- {{{ProjNameUnderline}}}=====
1
+ {{RepoName}}
2
+ {{{RepoNameUnderline}}}=====
3
3
 
4
4
 
5
5
  Presentation
6
6
  ------------
7
7
 
8
- *{{projName}}\_vag* is the top-repo of the *{{ProjName}}* ecosystem. It just points to other repositories.
8
+ *{{repoName}}* is the top-repo of the *{{ProjName}}* ecosystem. It just points to other repositories.
9
9
 
10
10
  Using [vag\_tools](https://www.npmjs.com/package/vag_tools), it clones the following repositories:
11
11
 
12
12
  - {{projName}}
13
13
  - create-{{projName}}
14
- - {{projName}}\_vag
14
+ - {{repoName}}
15
15
 
16
16
 
17
17
  Getting started
18
18
  ---------------
19
19
 
20
20
  ```bash
21
- git clone https://github.com/MYNAME/{{projName}}_vag
22
- cd {{projName}}_vag
21
+ git clone https://github.com/MYNAME/{{repoName}}
22
+ cd {{repoName}}
23
23
  npm i
24
24
  npm run
25
25
  npm run vag-clone
@@ -1,13 +1,13 @@
1
1
  {
2
- "name": "{{projName}}_vag",
2
+ "name": "{{projName}}",
3
3
  "version": "0.0.1",
4
4
  "description": "top-repo that points to the other {{projName}} repositories",
5
5
  "private": true,
6
6
  "repository": {
7
7
  "type": "git",
8
- "url": "git+https://github.com/MYNAME/{{projName}}_vag.git"
8
+ "url": "git+https://github.com/MYNAME/{{repoName}}.git"
9
9
  },
10
- "homepage": "https://github.com/MYNAME/{{projName}}_vag#readme",
10
+ "homepage": "https://github.com/MYNAME/{{repoName}}#readme",
11
11
  "author": "MYNAME",
12
12
  "license": "ISC",
13
13
  "keywords": [
@@ -8,6 +8,6 @@ repositories:
8
8
  repos/create-{{projName}}:
9
9
  url: git@github.com:MYNAME/create-{{projName}}.git
10
10
  version: main
11
- repos/{{projName}}_vag:
12
- url: git@github.com:MYNAME/{{projName}}_vag.git
11
+ repos/{{repoName}}:
12
+ url: git@github.com:MYNAME/{{repoName}}.git
13
13
  version: main
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-vag",
3
- "version": "0.1.10",
3
+ "version": "0.1.12",
4
4
  "description": "The npm-initializer for creating a new vag repo",
5
5
  "private": false,
6
6
  "repository": {
@@ -83,15 +83,15 @@
83
83
  "devDependencies": {
84
84
  "@eslint/js": "^9.28.0",
85
85
  "@types/eslint__js": "^8.42.3",
86
- "@types/node": "^22.15.29",
87
- "eslint": "^9.27.0",
88
- "eslint-config-prettier": "^10.1.5",
89
- "npm-run-all": "^4.1.5",
90
- "prettier": "^3.5.3",
86
+ "@types/node": "^24.10.1",
87
+ "eslint": "^9.39.1",
88
+ "eslint-config-prettier": "^10.1.8",
89
+ "npm-run-all2": "^8.0.4",
90
+ "prettier": "^3.6.2",
91
91
  "shx": "^0.4.0",
92
- "tsup": "^8.5.0",
93
- "typescript": "^5.8.3",
94
- "typescript-eslint": "^8.33.0",
95
- "vitest": "^3.1.4"
92
+ "tsup": "^8.5.1",
93
+ "typescript": "^5.9.3",
94
+ "typescript-eslint": "^8.47.0",
95
+ "vitest": "^4.0.10"
96
96
  }
97
97
  }