just task runner

Created on 2023-01-15T14:08:06-06:00

Return to the Index

This card pertains to a resource available on the internet.

This card can also be read via Gemini.

Requires Rust in your stack.

Based on Makefile syntax.

Tasks are run by emitting the body to a text file in a temp directory and executing them. This allows you to use arbitrary scripting languages by starting the task with a shebang line.

Supports setting other rules to run after a given rule has been run (ex. post-run dependencies.)

Does not seem to support preventing unnecessary work; ex. it does not have the option to hash check and avoid a task as just-cli and taskfile do.