feat(mise): add task runner
[Task][0] is a simpler and more intuitive alternative to `make`. [0]: https://taskfile.dev/
This commit is contained in:
parent
167ed5a169
commit
6f4aa6875c
@ -207,6 +207,7 @@ RUN ${LOCAL_BIN_HOME}/mise plugins install --force --yes \
|
|||||||
ripgrep \
|
ripgrep \
|
||||||
rust \
|
rust \
|
||||||
starship \
|
starship \
|
||||||
|
task \
|
||||||
terraform \
|
terraform \
|
||||||
tilt \
|
tilt \
|
||||||
tmux \
|
tmux \
|
||||||
|
@ -23,6 +23,7 @@ python = "3.12.2"
|
|||||||
ripgrep = "14.1.0"
|
ripgrep = "14.1.0"
|
||||||
rust = "1.76.0"
|
rust = "1.76.0"
|
||||||
starship = "1.17.1"
|
starship = "1.17.1"
|
||||||
|
task = "3.36.0"
|
||||||
terraform = "1.7.5"
|
terraform = "1.7.5"
|
||||||
tilt = "0.33.11"
|
tilt = "0.33.11"
|
||||||
tmux = "3.4"
|
tmux = "3.4"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user