1.0.3 • Published 5 years ago

dsl-diagnose v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

dsl diagnose

diagnose source files with eslint

Usage

dsl-diagnose path/to/source/ -o report.json -f json

the path can be local path or remote url.

Options

  • -t: --type Project Framework, one of React, Vue, Weex.
  • -f: --format Support output format, one of json, xml. Default json.
  • -o: --output <dest> Write the results into a file.

Examples

dsl-diagnose path/to/source/

dsl-diagnose path/to/source/ -o report.json -f json

dsl-diagnose path/to/source/ -o report.xml -f xml