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
- Host: GitHub
- URL: https://github.com/mikkurogue/taskr
- Owner: mikkurogue
- Created: 2025-05-24T19:48:47.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2025-07-25T19:52:52.000Z (7 months ago)
- Last Synced: 2025-09-06T21:49:43.707Z (5 months ago)
- Topics: build, build-tool, cli, command-runner, runner, rust, tasks
- Language: Rust
- Homepage:
- Size: 31.3 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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.