https://github.com/hamxabaig/npmsearch-list
A CLI tool to search npm packages installed in a project.
https://github.com/hamxabaig/npmsearch-list
cli nodejs npm-module npm-package shell
Last synced: 3 months ago
JSON representation
A CLI tool to search npm packages installed in a project.
- Host: GitHub
- URL: https://github.com/hamxabaig/npmsearch-list
- Owner: hamxabaig
- License: mit
- Created: 2018-03-18T10:09:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-18T17:04:08.000Z (over 8 years ago)
- Last Synced: 2025-09-12T13:07:53.512Z (10 months ago)
- Topics: cli, nodejs, npm-module, npm-package, shell
- Language: JavaScript
- Size: 431 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# npmsearch-list
Are you tired of doing `cat package.json | package_name` to check whether a certain package
exist in your project?
`npmsearch-list` is a CLI tool to search npm packages installed in a project.
## Installation
```
npm install npmsearch-list -g
```
## Usage

## I Like it
Please share and don't forget to ⭐️ this repo :)
## License
MIT © Hamza Baig