Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 808 Bytes

README.md

File metadata and controls

41 lines (31 loc) · 808 Bytes

npm-ls-home

Open the npm page of the package(or subpackages) in the current directory Based on @sindresorhus - npm-home

Install

$ npm install --global npm-ls-home

Usage

$ npm-ls-home --help
$ 
  Open the npm page of the package(or subpackages) in the current directory

  Usage
    $ npm-ls-home
    $ nlh
  Options
    -l, -list Show package dependencies
    
$ npm-ls-home -l
$ ? Choice a package (Use arrow keys)
❯ npm-ls-home
  inquirer
  meow
  opn
  read-pkg-up
  ava
  execa
  xo

Related

  • npm-home - > Open the npm page of the package in the current directory
  • gh-home - Open the GitHub page of the repo in the current directory