npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

@ljharb/unused-files

0.2.1

@ljharb

npmHomeRepoSnykSocket
Downloads:119
$ npm install @ljharb/unused-files
DailyWeeklyMonthlyYearly

@ljharb/unused-files Version Badge

github actions coverage License Downloads

npm badge

List unused files in your package.

Usage

npx @ljharb/unused-files # if not installed

unused-files # if installed and in the PATH
$ unused-files --help
Usage: unused-files [options]

Options:
  --ignorePattern <pattern>  Ignore files matching the given pattern
    [string]
    [multiple]
    [default: .github/**, coverage/**, test/**, tests/**, example/**]

  --json                     Output the result as a JSON array
    [boolean]
    [default: false]

Install

npm install --save-dev @ljharb/unused-files

License

MIT