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
- Host: GitHub
- URL: https://github.com/ztrehagem/summary-npm-outdated
- Owner: ztrehagem
- License: unlicense
- Created: 2023-02-15T12:33:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-17T15:21:00.000Z (over 2 years ago)
- Last Synced: 2025-01-28T04:29:16.840Z (4 months ago)
- Language: TypeScript
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**@ztrehagem/summary-npm-outdated**
# Usage
```sh
npm install --global git+https://github.com/ztrehagem/summary-npm-outdatedcd /path/to/your/package
npm outdated --json --long | summary-npm-outdated
```# Development
```sh
pnpm install
pnpm link .
pnpm run example
```