0.0.1 • Published 12 years ago

npmhome v0.0.1

Weekly downloads
3
License
-
Repository
github
Last release
12 years ago

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 the homepage field
  • The package.json file specifies an http url in the repository.url field