-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
# Eleción del gestor de tareas. | ||
Elección del gestor de tareas. | ||
|
||
Teniendo en cuenta [el issue](https://github.com/MauronMP/PMP_IV/issues/18) y la [HU0](https://github.com/MauronMP/PMP_IV/issues/7) #7, se quiere elegir un gestor de tareas como parte del objetivo 3. | ||
|
||
El gestor de tareas elegido es [invoke](https://www.pyinvoke.org). | ||
Como bien se menciona [aqui](https://jj.github.io/curso-tdd/temas/gestores-tareas.html), en los gestores de tareas hay distintos tipos, entre los que nos fijamos entre estandar u opcionales. En el caso de python hace falta de una herramientas externa como es el caso de invoke. | ||
Como bien se menciona [aquí](https://jj.github.io/curso-tdd/temas/gestores-tareas.html), en los gestores de tareas hay distintos tipos, entre los que nos fijamos entre estándar u opcionales. En el caso de python hace falta de una herramienta externa, como es el caso de invoke. | ||
|
||
Está inspirado en varias fuentes como make/rake entre otros y tiene así un conjunto de características potentes y limpias. | ||
|
||
Con invoke se puede definir y ejecutar funciones de tareas, crear pre-tareas, ejecutar comandos de shell entre otras opciones. | ||
Con invoke se puede definir y ejecutar funciones de tareas, crear pre-tareas, ejecutar comandos de shell entre otras opciones. |