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