An open API service indexing awesome lists of open source software.

https://github.com/mikkurogue/taskr

small task runner tool to intergrate into projects and simplify the life of running commands
https://github.com/mikkurogue/taskr

build build-tool cli command-runner runner rust tasks

Last synced: 5 months ago
JSON representation

small task runner tool to intergrate into projects and simplify the life of running commands

Awesome Lists containing this project

README

          

# Taskr

A small task runner to simplify running tasks for the project.

The idea is to create a "1 stop shop" for all your commands and the dependencies have.

Eventually I want to add `stdout` hooks so it can also catch errors and log them to a log file.

# Contributing

If you would like to contribute, feel free to open a PR with whatever you think might be worth it.
I do recommend creating an issue and linking the PR to that issue so I can easily keep the administration organised.