1
0
mirror of https://github.com/go-task/task.git synced 2024-12-14 10:52:43 +02:00
task/docs/alternative_task_runners.md

18 lines
261 B
Markdown
Raw Normal View History

2018-09-22 23:44:24 +02:00
# Alternative task runners
2018-09-23 20:06:43 +02:00
## YAML based
2018-09-22 23:44:24 +02:00
- [rliebz/tusk][tusk]
2018-09-23 20:06:43 +02:00
## Go based
2018-09-22 23:44:24 +02:00
- [magefile/mage][mage]
2018-09-23 20:06:43 +02:00
## Make similar
2018-09-22 23:44:24 +02:00
- [casey/just][just]
[tusk]: https://github.com/rliebz/tusk
[mage]: https://github.com/magefile/mage
[just]: https://github.com/casey/just