Created
March 2, 2025 01:19
-
-
Save bbarker/ab6acd6774b17ef14801cbdf4ea142e4 to your computer and use it in GitHub Desktop.
deno-claude
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
export GOOGLE_SDK_NODE_LOGGING=1 | |
exec deno run --allow-read --allow-net --no-config \ | |
--unstable-node-globals --unstable-bare-node-builtins \ | |
--allow-sys --allow-env \ | |
--allow-write="$HOME/.claude" \ | |
--allow-read="$HOME/.cache/deno,$HOME/.claude,$(pwd)" \ | |
--lock /home/bbarker/.deno/bin/.claude-code.lock.json \ | |
'npm:@anthropic-ai/[email protected]' "$@" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment