PMD wrapper for NodeJS
Simple PMD wrapper for NodeJS.
Getting Started
Install the packae with npm install npm-wrapper
and run
pmd
Please refer to PMD documentation for the cli usage: https://pmd.github.io/pmd-6.19.0/pmd_userdocs_cli_reference.html
Prerequisites
PMD needs a working version of Java installed (see PMD requirements). Internally the wrapper uses find-java-home to find the installed Java version.
Installing
npm install pmd-wrapper
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
License
This project is licensed under the MIT License - see the LICENSE.md file for details