GitHub Action
npm unused packages checker
v1
Latest version
Github action check for dependencies in package.json that not used in the code.
Optional List of Glob patterns for paths to ignore. Default []
.
Optional List of packages that exist in package.json and not used in the code to ignore and mark them as used. Default []
.
List of packages in package.json and not used in the code.
- uses: actions/checkout@v1
- name: packages check
uses: Amr-Reda/npm-unused-packages-checker@v1
with:
IGNORE_PACKAGES: '["jade"]'
IGNORE_PATHS: '["/test"]'
- Generate pull request to remove unused package from package.json