npm
run
Easily manage and invoke small scripts and wrappers
brew
macos
linux
Try with need
$
npx @agentneeds/need run
Or install directly
$
brew install run
Source
About
Easily manage and invoke small scripts and wrappers
Commands
run
Examples
List all available scripts
$
run list
Execute a script named 'deploy'
$
run deploy
Create a new script interactively
$
run new myscript