https://github.com/vitorluizc/check-package-usage
[🚧 WIP] A CLI that checks how a package is used in your source; shows unused packages; which packages are used in CommonJS/ESM; and other insights about your packages.
https://github.com/vitorluizc/check-package-usage
cli cli-tool dependency-analysis javascript node node-js nodejs package-analysis unused-dependencies unused-packages
Last synced: about 1 year ago
JSON representation
[🚧 WIP] A CLI that checks how a package is used in your source; shows unused packages; which packages are used in CommonJS/ESM; and other insights about your packages.
- Host: GitHub
- URL: https://github.com/vitorluizc/check-package-usage
- Owner: VitorLuizC
- License: mit
- Created: 2021-04-17T23:44:39.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-02T20:40:19.000Z (about 5 years ago)
- Last Synced: 2025-04-09T06:35:44.575Z (about 1 year ago)
- Topics: cli, cli-tool, dependency-analysis, javascript, node, node-js, nodejs, package-analysis, unused-dependencies, unused-packages
- Language: TypeScript
- Homepage:
- Size: 329 KB
- Stars: 13
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `check-package-usage`
[](https://www.travis-ci.com/VitorLuizC/check-package-usage)
[](./LICENSE)
A CLI that checks how a package is used in your source; shows unused packages; which packages are used in CommonJS/ESM; and other insights about your packages.
## Installation
This library is published in the NPM registry and can be installed using any compatible package manager.
```sh
npm install check-package-usage --save
# For Yarn, use the command below.
yarn add check-package-usage
```
## License
Released under [MIT License](./LICENSE).