An open API service indexing awesome lists of open source software.

https://github.com/ztrehagem/summary-npm-outdated

Summary npm-outdated CLI
https://github.com/ztrehagem/summary-npm-outdated

Last synced: 3 months ago
JSON representation

Summary npm-outdated CLI

Awesome Lists containing this project

README

        

**@ztrehagem/summary-npm-outdated**

# Usage

```sh
npm install --global git+https://github.com/ztrehagem/summary-npm-outdated

cd /path/to/your/package

npm outdated --json --long | summary-npm-outdated
```

# Development

```sh
pnpm install
pnpm link .
pnpm run example
```