Preview:
1. Método más simple (Linux/macOS)
bash
# Descargar e instalar con un comando
sudo sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b /usr/local/bin

ejemplo de uso en la ruta actual ejecuta el comando task hola:

version: '3'

tasks:
  hola:
    desc: "Saludo de prueba"
    cmds:
      - echo "¡Taskfile funciona correctamente!"
      - echo "Sistema: $(uname -s)"
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter