1.0.0 • Published 9 months ago
@maddygoround/npm-radar v1.0.0
npm-radar
A CLI tool to identify recently updated dependencies in your Node.js projects.
Installation
npm install -g @maddygoround/npm-radarUsage
npm-radar [path/to/package.json]Examples
Check current directory's package.json:
npm-radarCheck specific package.json:
npm-radar ./path/to/package.jsonFeatures
- Scans both dependencies and devDependencies
 - Shows packages updated in the last 2 months
 - Displays current and latest versions
 - Handles errors gracefully
 
Development
- Install dependencies:
 
npm install- Run in development mode:
 
npm run dev- Build for production:
 
npm run buildPublishing
- Build the package:
 
npm run build- Publish to npm:
 
npm publish --access publicLicense
MIT
1.0.0
9 months ago