A simple way to launch npm scripts from a package.json using fzf.
No more
cat package.json
ornpm run
just launchfzfnpm
.
- Smart package manager detection - Automatically detects npm, yarn, or pnpm
- Bookmark system - Your last used script appears at the top for quick access (just press Enter again)
- Project-specific memory - Each project remembers its own script history
brew tap FrancisVega/taps
brew install fzfnpm