0.1.4 • Published 5 years ago
pkglookup v0.1.4
PkgLookup is a simple CLI tool to help get details on NPM packages.
Install
yarn global add pkglookup
# or
npm install -g pkglookup
Usage
The easiest way to use PkgLookup is via npx
, the below command will return a short summary of the package, including is size (minifed and gzipped).
npx pkglookup react
There is two level of verbosity to provide more information on the package
npx pkglookup preact -v
# or
npm pkglookup vue -vv