vtasks-automate-cli 0.9.0 → 0.9.2
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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@ Automatizá el flujo de trabajo de tus tareas en **vTasks** con un solo comando.
|
|
|
8
8
|
|
|
9
9
|
`vtasks-automate-cli` es una herramienta diseñada para integrarse fácilmente en tu proyecto con frontend (Next.js o create-react-app) y backend (Node.js), y así automatizar el movimiento de tarjetas en **vTasks** mientras trabajás con ramas vinculadas a tareas.
|
|
10
10
|
|
|
11
|
-
Con solo ejecutar el comando:
|
|
11
|
+
Con solo ejecutar el comando en la raíz del proyecto:
|
|
12
12
|
|
|
13
13
|
```bash
|
|
14
14
|
npx vtasks-automate-cli
|