Skip to content

Latest commit

 

History

History
49 lines (36 loc) · 722 Bytes

File metadata and controls

49 lines (36 loc) · 722 Bytes

node-run

A smart, fzf-like npm script runner with monorepo support, executable from any project subdirectory. 🦋

nrun basic usage

🚩 Supports all popular package managers:

  • npm ✅
  • pnpm ✅
  • yarn ✅
  • Bun ✅

🚩 Lightning fast ⚡️

🚩 cwd-agnostic 🔥 🔥 🔥

Installation

> brew tap silesky/tap && brew install node-run

Usage

> cd ~/my-projects/my-node-app
> nrun

Flags

> 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