Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/onigoetz/visualize-outdated-dependencies
Get a visual representation and a report of your outdated dependencies, recursively
https://github.com/onigoetz/visualize-outdated-dependencies
dependencies dependencies-manager npm yarn
Last synced: 25 days ago
JSON representation
Get a visual representation and a report of your outdated dependencies, recursively
- Host: GitHub
- URL: https://github.com/onigoetz/visualize-outdated-dependencies
- Owner: onigoetz
- Created: 2019-03-16T21:20:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-30T09:00:33.000Z (about 1 month ago)
- Last Synced: 2024-09-30T15:13:11.886Z (about 1 month ago)
- Topics: dependencies, dependencies-manager, npm, yarn
- Language: JavaScript
- Homepage:
- Size: 3.47 MB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Outdated dependencies visualizer
[![Latest version](https://img.shields.io/github/release/onigoetz/visualize-outdated-dependencies.svg?style=flat-square)](https://github.com/onigoetz/visualize-outdated-dependencies/releases)
![License](https://img.shields.io/github/license/onigoetz/visualize-outdated-dependencies?style=flat-square)
[![NPM Downloads](https://img.shields.io/npm/dm/@onigoetz/outdated-dependencies?style=flat-square&logo=npm)](https://www.npmjs.com/package/@onigoetz/outdated-dependencies)![](screenshot.png)
Check the state of dependencies of your package and all of its dependencies.
Contrary to `yarn outdated` or `npm outdated`, this package will check the dependencies recursively and provide a full report.
This works with Yarn workspaces; run the command at the root of a workspace, and all its children will be included.
## Installing
```bash
npm install -g @onigoetz/outdated-dependencies
```## Usage
Run the command within one of your modules.
```bash
outdated-dependencies
```## Options
```
--clear-cache Clear dependencies cache
--help Show help
--version Show the version and exit
--verbose, -v Also display debug information
```