Skip to content

BitYoungjae/npms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NPMS

A convenient script runner for npm, yarn, and pnpm package managers.

About

NPMS is a convenient script runner that lets you browse, search, and execute scripts defined in package.json right from the terminal.

Prerequisites

Before installing NPMS, make sure fzf and jq are installed on your system. If not, use the commands below to install them.

# Install fzf
brew install fzf

# Install jq
brew install jq

Install Script

To install, you should run the install script.

# Using curl
curl -o- https://raw.githubusercontent.com/bityoungjae/npms/main/install.sh | bash

# Using wget
wget -qO- https://raw.githubusercontent.com/bityoungjae/npms/main/install.sh | bash

Usage

After installation, just type npms in your terminal. It will show you a list of scripts you can run, all based on the nearest package.json. Then, with fzf, you can search and choose the script you want to run.

About

A convenient script runner for npm, yarn, and pnpm package managers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages