vtasks-automate-cli 0.9.2 → 0.9.3

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 (2) hide show
  1. package/README.md +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -27,12 +27,14 @@ La herramienta hará lo siguiente:
27
27
 
28
28
  ## 📦 Instalación
29
29
 
30
- No requiere instalación global. Solo ejecutá:
30
+ Solo ejecutá:
31
31
 
32
32
  ```bash
33
33
  npx vtasks-automate-cli
34
34
  ```
35
35
 
36
+ Te pedira una confirmación para instalar los paquetes necesarios. Basta con aceptar.
37
+
36
38
  Este comando detectará automáticamente tus carpetas de frontend y backend, instalará lo necesario, y actualizará los scripts.
37
39
 
38
40
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vtasks-automate-cli",
3
- "version": "0.9.2",
3
+ "version": "0.9.3",
4
4
  "description": "Automate your vTasks workflow with ease — move tasks between states without opening the app",
5
5
  "bin": {
6
6
  "vtasks-automate": "init.js"