We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2ae8f0 commit 802a0d2Copy full SHA for 802a0d2
justfile
@@ -11,13 +11,15 @@ alias qm := quick-modify
11
# Installs the tools needed to develop
12
install-tools:
13
cargo install cargo-binstall
14
+ cargo install tree-sitter-cli
15
cargo binstall cargo-insta taplo-cli sqlx-cli
16
cargo binstall --git "https://github.com/astral-sh/uv" uv
17
bun install
18
19
# Upgrades the tools needed to develop
20
upgrade-tools:
21
cargo install cargo-binstall --force
22
+ cargo install tree-sitter-cli --force
23
cargo binstall cargo-insta taplo-cli sqlx-cli --force
24
cargo binstall --git "https://github.com/astral-sh/uv" uv --force
25
0 commit comments