The Taskfile runner script: Better than Makefile, Grunt, Node and whatnot!
It is so freaking sexy, it hurts!
Make sure you have the bash-completion package installed.
For Ubuntu you can simply run sudo apt-get install bash-completion and
you're good to go.
Users of other distros should know how to install the respective counterpart that comes with their distribution of choice.
Then go ahead and clone this repository:
git clone https://git.superevilmegaco.com/bash/Taskfile.gitSwitch to the cloned repository:
cd TaskfileInstall Task executable with auto-completion:
bash ./install.bashYou don't have to install the Task executable,
but I would highly recommend to do so,
because the Taskfile <tab><tab> is a killer-feature!
./Taskfile [taskname]or with installed Task exectutable:
Task [taskname]./Taskfile __show_tasksor with installed Task exectutable:
Task <tab><tab>