npmhome
v0.0.1
Published
Quickly access the homepage of an npm package
Downloads
3
Readme
npmhome
Quickly access the homepage for an npm package.
Installation
npm
npm install -g npmhome
GitHub
npm install -g https://github.com/martinrue/npmhome/tarball/master
Usage
cd
to a directory containing an npm package (a directory containing a package.json
file). npmhome
will then read the package.json file and open a browser window if either:
- The
package.json
file specifies an http url in thehomepage
field - The
package.json
file specifies an http url in therepository.url
field