rt-cli 0.1.1

rt is a CLI tools for running task files correctly.
rt-cli-0.1.1 is not a library.

rt : run task runner right

rt runs the right task runner for the project. Inspired by antfu/ni.

What it does

rt looks for task runer files below, and runs the appropriate task runner command.

Supported files:

  • justfile / Justfile
  • Taskfile.yml / Taskfile.yaml ...
  • Makefile.toml
  • Makefile

Install

cargo install rt-cli

will be supported soon:

  • homebrew
  • nix

rt: run tasks selectively

rt

rt <task>: run specific task

rt <task> [-- args...]

Why?

There are many task runners available, and different projects use different ones.