1.1.0 • Published 5 years ago

pkg-browse-cli v1.1.0

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

pkg-browse-cli

A cli to help open npm package's Issue, PR, homepage, repo and npm info page.

Install

npm install --global pkg-browse-cli

Usage

# show help
pb --help

# basic usage pattern 
pb <CMD> <pkg1> <pkg2> <...pkg n>

# open pkg's issue page
pb issue <pkg>

# open pkg's pr page
pb pr <pkg>

# open pkg's homepage
pb homepage <pkg>

# open pkg's repo page
pb repo <pkg>

# open pkg's npmjs.com info page
pb npm <pkg>

How it works

It searches a npm package's package.json file, and parse its homepage, repo, etc fields, to find the related info.

Privacy

We use npm and unpkg.com to resolve the package.json file, it may collect your information.

This package self do not collect any of your info.

LICENSE

The MIT License.