Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 472 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 472 Bytes

NQM

When you want to install a specific package, but don't remember full name of it. Don't worry, nqm come to rescue.

nqm(nqm = npm + query) is a JavaScript package manager with query command.

nqm has an additional command query(alias is q) for searching packages. Other commands keep the same with npm, you can replace npm with nqm.

Screenshot

nqm

Installation

npm i nqm -g

Usage

nqm query react --save or nqm q react --save