uetchy / ndeps

πŸ“¦ Pretty-print npm dependencies in Terminal.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“¦ ndeps

Pretty-print npm dependencies in Terminal.

ndeps

Formerly known as npm-deps-list

Key Features

  • Show installed package description, executables, and its version
  • Click on package name to jump to their homepage (iTerm2 exclusive)

Usage

npm install -g ndeps
# or
yarn global add ndeps

then:

cd /path/to/yourProject
ndeps

screenshot

--global option

To list globally installed packages:

ndeps --global

screenshot

About

πŸ“¦ Pretty-print npm dependencies in Terminal.

License:MIT License


Languages

Language:JavaScript 100.0%