rody / node-pmd-wrapper

Node wrapper for PMD (https://pmd.github.io) #pmd #nodejs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Node wrapper for PMD (https://pmd.github.io) #pmd #nodejs

License:MIT License


Languages

Language:TypeScript 52.0%Language:Shell 28.1%Language:JavaScript 20.0%