Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
tips:taskfile [2022/04/11 07:35] – sscipioni | tips:taskfile [2022/08/04 17:06] (current) – ngiacobbo | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== | + | ====== |
+ | ===== Custom taskfile ===== | ||
<code bash> | <code bash> | ||
curl -sL " | curl -sL " | ||
Line 35: | Line 35: | ||
time " | time " | ||
</ | </ | ||
+ | |||
+ | ===== 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:// | ||
+ | |||
+ | >In the case you are using Arch Linux it's better to install <code bash> | ||
+ |