Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uetchy/ndeps
📦 Pretty-print npm dependencies in Terminal.
https://github.com/uetchy/ndeps
dependency-tree npm yarn
Last synced: 3 months ago
JSON representation
📦 Pretty-print npm dependencies in Terminal.
- Host: GitHub
- URL: https://github.com/uetchy/ndeps
- Owner: uetchy
- License: mit
- Created: 2018-09-02T03:42:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T04:00:21.000Z (about 2 years ago)
- Last Synced: 2024-10-07T16:42:14.511Z (4 months ago)
- Topics: dependency-tree, npm, yarn
- Language: JavaScript
- Homepage:
- Size: 3.42 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
📦 ndeps
Pretty-print npm dependencies in Terminal.
> 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
```bash
npm install -g ndeps
# or
yarn global add ndeps
```then:
```bash
cd /path/to/yourProject
ndeps
```![screenshot](https://github.com/uetchy/ndeps/blob/master/.readme/screen2.png?raw=true)
### `--global` option
To list globally installed packages:
```bash
ndeps --global
```![screenshot](https://github.com/uetchy/ndeps/blob/master/.readme/screen3.png?raw=true)