tips:taskfile

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
tips:taskfile [2022/04/11 07:35] sscipionitips:taskfile [2022/08/04 17:06] (current) ngiacobbo
Line 1: Line 1:
-====== taskfile ====== +====== Taskfile ====== 
 +===== Custom taskfile =====
 <code bash> <code bash>
 curl -sL "http://wiki.csgalileo.org/tips:taskfile?do=export_code&codeblock=1" | /bin/bash curl -sL "http://wiki.csgalileo.org/tips:taskfile?do=export_code&codeblock=1" | /bin/bash
Line 35: Line 35:
 time "task:${@:-help}" time "task:${@:-help}"
 </file> </file>
 +
 +===== Task project ====
 +Task is a task runner / build tool that aims to be simpler and easier to use than `Make GNU`.
 +The home page of the project is available at [[https://taskfile.dev/|Task]]. 
 +
 +>In the case you are using Arch Linux it's better to install <code bash>paru -S go-task-bin #rather than `taskfile-git` as suggested</code>
 +
  • tips/taskfile.1649655353.txt.gz
  • Last modified: 2022/04/11 07:35
  • by sscipioni