unused-file-finder

0.0.20 • Public • Published

unused-file-finder

Installation

To install unused-file-finder with yarn, run:

yarn add unused-file-finder -D

Configuration

The default settings is:

{
    "directory": ".",
    "ignorePaths": [".git", "node_modules", "public"]
}

But if you need to modify it, you need to add a code similar to the following to your package.json:

"unusedFileFinder": {
    "directory": ".",
    "ignorePaths": [".git", "node_modules", "public"]
}

Examples

Using npx in a standard Node.js project:

npx unused-file-finder

/unused-file-finder/

    Package Sidebar

    Install

    npm i unused-file-finder

    Weekly Downloads

    4

    Version

    0.0.20

    License

    MIT

    Unpacked Size

    14.6 kB

    Total Files

    19

    Last publish

    Collaborators

    • krlosvilla101994