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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

check-package-usage

Build Status 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.

npm install check-package-usage --save

# For Yarn, use the command below.
yarn add check-package-usage

License

Released under MIT License.

About

[🚧 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.

License:MIT License


Languages

Language:TypeScript 89.7%Language:JavaScript 10.3%