A ./Taskfile
is a task runner in plain and easy Bash. It
adds a list of available tasks to your project.
- Works on any OS (any bash terminal)
- A uniform way to run your projects
- Very easy to use
- Automate your most common tasks (updating, starting, building, etc...)
- Easy to understand and maintain
This project gives you a Taskfile
base, and gives you a collection of usefull tasks to help out on
your project.
We strongly recommend that your project uses a project section containing a init
and a update
task. Check out our example:
Check out the following sections for tasks that could be helpfull for your project's Taskfile:
This Taskfile setup is based on Adrian Cooney's Taskfile.
Feel free to add your own Taskfile tasks via a PR. The more usefull tasks, the easier we make the life of other developers.