@lewiej08/npm-stats
v1.0.10
Published
A CLI tool for viewing advanced download statistics and metadata for npm packages.
Readme
npm-stats
A CLI tool for viewing advanced download statistics and metadata for npm packages.
This tool uses the npm registry and downloads apis to fetch metadata and download stats about the given packages.
Example

Architecture
npm-stats/
├── src/ # Source code
│ ├── commands/ # Core command logic files
│ ├── services/ # Third party services (npm apis)
│ ├── utils/ # Global utils
│ └── index.ts # CLI entry point
├── package.json
├── README.md
└── tsconfig.jsonInstallation
npm i -g @lewiej08/npm-statsUsage
npmstats [pkg]