Created
October 12, 2025 16:02
-
-
Save Elschnagoo/fae3bb2713803e567a604f732fe3db90 to your computer and use it in GitHub Desktop.
Proxy Script for @aikidosec/safe-chain to used in Jetbrains IDE
This file contains hidden or 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 zsh | |
| # npm-proxy - A simple wrapper script to proxy all arguments to npm | |
| # Optional: Log the command for debugging | |
| echo "Running npm with arguments: $@" >&2 | |
| source ~/.safe-chain/scripts/init-posix.sh # Safe-chain Zsh initialization script | |
| # Forward all arguments to npm | |
| npm "$@" |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Simple script to use the @aikidosec/save-chain package in Jetbrains
~/Scripts/npm-proxy(file)chmod +x ~/Scripts/npm-proxySettings > Languages & Grameworks > Node.jsset thePackage Managerto~/Scripts/npm-proxy