0.2.0 • Published 3 years ago

ng-lint-report v0.2.0

Weekly downloads
421
License
MIT
Repository
github
Last release
3 years ago

ng-lint-report

Generates HTML report for angular lint JSON output

Install

npm install --save-dev ng-lint-report

Setup

In package.json add following scripts

{
    "scripts": {
        "lint": "ng lint --format json --silent > jsonOutput.json",
        "report": "ng-lint-report --jsonfile jsonOutput.json",
        "ng-lint": "npm run lint && npm run report"
    }
}

In command line run following script command:

npm run ng-lint

Options

--jsonfile : JSON file path in current root directory
--output   : Output folder name or path [defaults to "ng-lint-report"]
--filename : Output file name [defaults to "report.html"]
0.2.0

3 years ago

0.1.12

3 years ago

0.1.11

4 years ago

0.1.10

4 years ago

0.1.9

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago