Skip to content

wxwvx/npmx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

npmx

Interactive npm script runner for Zsh. Lists scripts from package.json and runs the one you pick with fzf.

demo

Requirements

Usage

From a project directory that contains package.json:

npmx          # open fzf picker and run selected script
npmx list     # print all available scripts

Install

Homebrew

brew tap wxwvx/npmx https://github.com/wxwvx/npmx
brew trust wxwvx/npmx
brew install npmx

Manual

curl -fsSL https://raw.githubusercontent.com/wxwvx/npmx/v0.1.0/npmx.sh -o ~/.local/bin/npmx
chmod +x ~/.local/bin/npmx

Ensure ~/.local/bin is on your PATH.

About

Interactive NPM script runner for Zsh

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors