UNPKG

@eklmv/jscpd-sarif-reporter

Version:

Reporter for jscpd. Generate a report in SARIF format (https://github.com/oasis-tcs/sarif-spec).

23 lines (13 loc) 337 B
# `@jscpd/sarif-reporter` > The sarif reporter for [jscpd](https://github.com/kucherenko/jscpd). Generate report in sarif format for jscpd. ## Getting started ### Install ```bash npm install @jscpd/sarif-reporter ``` ### Usage ```bash jscpd [...options] --reporters sarif /path/to/source ``` [MIT](LICENSE) © Andrey Kucherenko