7.3.0 • Published 9 years ago

mapbox-gl-style-lint v7.3.0

Weekly downloads
10
License
ISC
Repository
github
Last release
9 years ago

Mapbox GL Lint

Build Status Coverage Status

GL style spec and migration scripts for mapbox-gl-js and mapbox-gl-native.

Install

npm install -g mapbox-gl-style-lint

Provides the utilities:

  • gl-style-migrate
  • gl-style-validate

Validation

$ gl-style-validate style.json

Will validate the given style JSON and print errors to stdout. Provide a --json flag to get JSON output.

API

Migrations

This repo contains scripts for migrating GL styles of any version to the latest version (currently v5). Migrate a style like this:

$ gl-style-migrate bright-v0.json > bright-v5.json

To migrate a file in place, you can use the sponge utility from the moreutils package:

$ brew install moreutils
$ gl-style-migrate bright.json | sponge bright.json

Tests

To run tests:

npm install
npm test

To update test fixtures

UPDATE=true npm test
7.3.0

9 years ago

7.2.2

9 years ago

7.2.1

9 years ago

7.2.0

9 years ago

7.1.0

9 years ago

7.0.0

9 years ago

6.1.1

9 years ago

6.1.0

9 years ago

6.0.4

9 years ago

6.0.3

9 years ago

6.0.2

9 years ago

6.0.1

9 years ago

6.0.0

9 years ago

0.3.2

10 years ago

0.3.1

10 years ago

0.3.0

10 years ago

0.2.3

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.1

10 years ago

0.0.0

10 years ago