ndeps
v2.1.1
Published
Pretty print npm dependencies on your terminal.
Downloads
10
Readme
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
--global
option
To list globally installed packages:
ndeps --global