sindresorhus / npm-home

Open the npm page, Yarn page, or GitHub repo of a package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

npm-home

Open the npm page, Yarn page, or GitHub repo of a package

Install

npm install --global npm-home

Usage

$ npm-home --help

  Usage
    $ npm-home [name] […]
    $ nh [name] […]

  Options
    --github -g  Open the GitHub repo of the package
    --yarn   -y  Open the Yarn homepage of the package

  Examples
    $ npm-home
    $ npm-home chalk -g
    $ npm-home execa ava -y

Related

  • gh-home - Open the GitHub page of the given or current directory repo

About

Open the npm page, Yarn page, or GitHub repo of a package

License:MIT License


Languages

Language:JavaScript 100.0%