cli:install and cli:remove

This commit is contained in:
Chris Wanstrath 2025-11-07 15:48:35 -08:00
parent afaedeea23
commit 59cf459d74

View File

@ -8,7 +8,9 @@
"dev": "bun generate-parser && bun --hot src/server/server.tsx",
"generate-parser": "lezer-generator src/parser/shrimp.grammar --typeScript -o src/parser/shrimp.ts",
"repl": "bun generate-parser && bun bin/repl",
"update-reef": "rm -rf ~/.bun/install/cache/ && rm bun.lock && bun update reefvm"
"update-reef": "rm -rf ~/.bun/install/cache/ && rm bun.lock && bun update reefvm",
"cli:install": "ln -s \"$(pwd)/bin/shrimp\" ~/.bun/bin/shrimp",
"cli:remove": "rm ~/.bun/bin/shrimp",
},
"dependencies": {
"@codemirror/view": "^6.38.3",