0.1.4 • Published 5 years ago

pkglookup v0.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

npm npm bundle size (minified + gzip) npm.io PRs Welcome

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
0.1.4

5 years ago

0.1.3

5 years ago

0.1.1

5 years ago