Using Ray With Bash
Bash is the most widely used shell scripting language. Use Ray to help you debug your shell scripts and CLI tools, or to send Ray commands from your CLI from anywhere.
#node-ray-cli (JS)
Install the package with npm:
npm install node-ray-cli
Install it globally to access it from any script/directory:
npm install -g node-ray-cli
Or run it without installing using npx:
npx node-ray-cli --help