Interactive npm script runner for Zsh. Lists scripts from package.json and runs the one you pick with fzf.
From a project directory that contains package.json:
npmx # open fzf picker and run selected script
npmx list # print all available scriptsbrew tap wxwvx/npmx https://github.com/wxwvx/npmx
brew trust wxwvx/npmx
brew install npmxcurl -fsSL https://raw.githubusercontent.com/wxwvx/npmx/v0.1.0/npmx.sh -o ~/.local/bin/npmx
chmod +x ~/.local/bin/npmxEnsure ~/.local/bin is on your PATH.