Skip to content

wmonk/fuzzy-npm-run

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

27 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

fuzzy-npm-run

Run npm scripts quickly and fuzzily ๐Ÿƒ

NPM

fuzzy-npm-run will allow you to pass a fuzzy search term that will decide which npm run-script to run. This is especially useful for projects which have many npm scripts, and can often take the format build:production, but with fuzzy-npm-run you can just run nr b:p and it will pick up this as the script you were wanting to run.

asciicast

Installation

npm i -g fuzzy-npm-run

Usage

nr [search-term]

search-term argument

This is a term that will be used by fuse.js to match against your package.json scripts section.

About

Run npm scripts quickly and fuzzily ๐Ÿƒ

Resources

Stars

Watchers

Forks

Packages

No packages published