1.0.0 • Published 9 months ago

@maddygoround/npm-radar v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

npm-radar

A CLI tool to identify recently updated dependencies in your Node.js projects.

Installation

npm install -g @maddygoround/npm-radar

Usage

npm-radar [path/to/package.json]

Examples

Check current directory's package.json:

npm-radar

Check specific package.json:

npm-radar ./path/to/package.json

Features

  • Scans both dependencies and devDependencies
  • Shows packages updated in the last 2 months
  • Displays current and latest versions
  • Handles errors gracefully

Development

  1. Install dependencies:
npm install
  1. Run in development mode:
npm run dev
  1. Build for production:
npm run build

Publishing

  1. Build the package:
npm run build
  1. Publish to npm:
npm publish --access public

License

MIT

1.0.0

9 months ago