Skip to content

A better CLI for @mapbox/geojsonhint.

License

Notifications You must be signed in to change notification settings

bdougherty/geojsonlint

Repository files navigation

geojsonlint

A better CLI for @mapbox/geojsonhint.

Features

Install

$ npm install --global geojsonlint

Usage

$ geojsonlint --help

  A better CLI for @mapbox/geojsonhint.

  Usage:
    geojsonlint [options] <file|glob>...

  Options:
    --disable-precision-warning  Disable the precision warning for coordinates.

  Examples:
    geojsonlint *.geojson
    geojsonlint files/
    geojsonlint --disable-precision-warning precise.geojson

Supports any combination of files and globs, in addition to directories (see globby for a quick cheat-sheet).

License

MIT © Brad Dougherty