Skip to content

🔍 pkg-lookup is a simple CLI tool to help get details on NPM packages

Notifications You must be signed in to change notification settings

mohtasmedia/pkg-lookup

Repository files navigation

🔍
pkg-lookup

npm npm bundle size (minified + gzip) Maintainability Test Coverage Known Vulnerabilities PRs Welcome

pkg-lookup is a simple CLI tool to help get details on NPM packages.

Install

yarn global add pkg-lookup

# or

npm install -g pkg-lookup

Usage

The easiest way to use pkg-lookup is via npx, the below command will return a short summary of the package, including is size (minifed and gzipped).

npx pkg-lookup react