An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# `check-package-usage`

[![Build Status](https://www.travis-ci.com/VitorLuizC/check-package-usage.svg?branch=main)](https://www.travis-ci.com/VitorLuizC/check-package-usage)
[![License](https://badgen.net/github/license/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).