|
|
|
|
|
by hv42
554 days ago
|
|
mise tasks (https://mise.jdx.dev/tasks/) are great! IMO, mise tasks are much better than `just`. A few things that make mise superior: — solid environment variables support — can run tasks in parallel, has a watch task feature, support for skipping tasks,… — mise supports file tasks (i.e., running shell scripts, as many comments are suggesting here - https://mise.jdx.dev/tasks/file-tasks.html) — mise tasks are defined using `toml`, and not a custom syntax |
|