Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
tips:taskfile [2022/04/11 07:30] – sscipioni | tips:taskfile [2022/08/04 17:06] (current) – ngiacobbo | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== | + | ====== |
- | + | ===== Custom taskfile ===== | |
- | < | + | < |
- | curl -s " | + | curl -sL " |
</ | </ | ||
- | <code> | + | <file bash> |
- | curl -s " | + | curl -sL " |
chmod +x task | chmod +x task | ||
- | </code> | + | echo "new ./task file created" |
+ | </file> | ||
- | <code | taskfile> | + | <file bash taskfile> |
# | # | ||
Line 33: | Line 34: | ||
TIMEFORMAT=" | TIMEFORMAT=" | ||
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> |