0.1.2 • Published 11 months ago

dependency-import-counter v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

dependency-import-counter npm version

Helps you understand your project's dependency usage by counting the number of imports.

Table of Contents

Install

To install dependency-import-counter globally, use the following command:

$ npm install -g dependency-import-counter

Usage

You can specify the directory to be analyzed. If no directory is specified, the default directory is ./src.

$ dependency-import-counter ./src

@mdx-js/react: 0
sanitize-filename: 2
@react-hook/merged-ref: 3
semver: 7
react-i18next: 616

You can also specify multiple directories:

$ dependency-import-counter ./src1 ./src2 ./src3

The results will be merged and displayed in the console.

Contribute

PRs accepted.

Small note: If editing the README, please conform to the standard-readme specification.

License

MIT © 2023 ichiwa

0.1.2

11 months ago

0.1.1

11 months ago

0.1.0

11 months ago

0.0.8

11 months ago

0.0.7

11 months ago

0.0.6

11 months ago

0.0.5

11 months ago

0.0.3

11 months ago

0.0.2

11 months ago

0.0.1

11 months ago