https://github.com/beizhedenglong/nqm
npm with query
https://github.com/beizhedenglong/nqm
cli npm yarn
Last synced: about 1 year ago
JSON representation
npm with query
- Host: GitHub
- URL: https://github.com/beizhedenglong/nqm
- Owner: beizhedenglong
- License: mit
- Created: 2018-04-17T14:19:50.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-08T12:27:50.000Z (about 8 years ago)
- Last Synced: 2025-03-28T04:34:58.881Z (over 1 year ago)
- Topics: cli, npm, yarn
- Language: JavaScript
- Homepage:
- Size: 2.07 MB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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

## Installation
`npm i nqm -g`
## Usage
`nqm query react --save`
or
`nqm q react --save `