Just
modern
Make
みたいなやつ
task runner
Rust実装
Makefileとほぼ同じsyntax
justfile
という名前のfileにtaskを記述していく
website
謎サイトじゃん
mrsekut.icon
github
VSCode Marketplace
無からinstallする
Justを使ってnixを入れたいので、brewやnixを使わずに無からJustをinstallする必要がある
ここ
にやり方が書いてる
commands
just
justfile
内のrecipeを全て実行
just hoge
hogeというrecipeのみを実行
options
-l
recipeの一覧
https://qiita.com/watawuwu/items/a6cbcd92dfb5336b9a01#just
make
との違いとか