create-proyect-cli 2.0.3 → 2.1.0

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.
@@ -23,7 +23,7 @@
23
23
  "hasInstallScript": true,
24
24
  "license": "GPL-3.0-or-later",
25
25
  "name": "create-proyect-cli",
26
- "version": "2.0.3"
26
+ "version": "2.1.0"
27
27
  },
28
28
  "node_modules/@isaacs/cliui": {
29
29
  "engines": {
@@ -542,5 +542,5 @@
542
542
  }
543
543
  },
544
544
  "requires": true,
545
- "version": "2.0.3"
545
+ "version": "2.1.0"
546
546
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "artifactDownloadUrls": [
3
- "https://github.com/CARLOSMARES/proyecto-cli/releases/download/v2.0.3"
3
+ "https://github.com/CARLOSMARES/proyecto-cli/releases/download/v2.1.0"
4
4
  ],
5
5
  "author": "Carlos Ignacio Olano Mares",
6
6
  "bin": {
@@ -13,7 +13,7 @@
13
13
  "detect-libc": "^2.1.2",
14
14
  "rimraf": "^6.1.3"
15
15
  },
16
- "description": "CLI para crear proyectos rápidamente",
16
+ "description": "CLI para crear proyectos rápidamente (Express, Rust, Python, Angular, Vue, React)",
17
17
  "devDependencies": {
18
18
  "prettier": "^3.8.1"
19
19
  },
@@ -25,13 +25,16 @@
25
25
  "major": 2,
26
26
  "series": 35
27
27
  },
28
+ "homepage": "https://github.com/CARLOSMARES/proyecto-cli",
28
29
  "keywords": [
29
30
  "command-line-utilities",
30
31
  "development-tools",
32
+ "development-tools::build-utils",
31
33
  "cli",
32
- "generator",
33
- "rust",
34
- "workflow"
34
+ "project-generator",
35
+ "rust-cli",
36
+ "developer-tools",
37
+ "scaffolding"
35
38
  ],
36
39
  "license": "GPL-3.0-or-later",
37
40
  "name": "create-proyect-cli",
@@ -107,7 +110,7 @@
107
110
  "zipExt": ".tar.xz"
108
111
  }
109
112
  },
110
- "version": "2.0.3",
113
+ "version": "2.1.0",
111
114
  "volta": {
112
115
  "node": "18.14.1",
113
116
  "npm": "9.5.0"