A smart, fzf-like npm script runner with monorepo support, executable from any project subdirectory. 🦋
🚩 Supports all popular package managers:
- npm ✅
- pnpm ✅
- yarn ✅
- Bun ✅
🚩 Lightning fast ⚡️
🚩 cwd-agnostic 🔥 🔥 🔥
> brew tap silesky/tap && brew install node-run
> cd ~/my-projects/my-node-app
> nrun
> nrun --help
Usage: nrun [options] [search-input]
Example:
- nrun
- nrun my-search-string
Options:
--cwd
Specify current working directory
--debug
Turn debug logging on
--help
Show help text
--version
Show version