0.1.2 • Published 1 year ago

xdlint v0.1.2

Weekly downloads
-
License
EUPL-1.2
Repository
-
Last release
1 year ago

xdlint

CI

A linter for the XÖV-standard XDatenfelder.

Getting Started

Either use the linter directly via npx:

npx xdlint [options] <path>

Or install it:

npm install -g xdlint

The linter should now be available globally:

xdlint [options] <path>

Options

You can view all options by running xdlint -h.

Usage: xdlint [options] <path>

A linter for XDatenfelder v2.0.

Arguments:
  path           path to a folder or a XDatenfelder .xml file

Options:
  -V, --version  output the version number
  -s, --strict   fail not only for errors but also for warnings
  -h, --help     display help for command