geostyler-openlayers-parser

v3.1.0
GeoStyler Style Parser implementation for OpenLayers styles
geostyler parser style openlayers

lint

eslint -c .eslintrc.js --ext .ts

test

jest --coverage

build

tsc -p tsconfig.json && npm run build:browser

release

np --no-yarn && git push https://github.com/geostyler/geostyler-openlayers-parser.git master

lint:test

npm run lint && npm run test

typecheck

tsc --noEmit --project tsconfig.json

test:watch

jest --watchAll

build:browser

webpack --config browser-build.config.js

prepublishOnly

npm run build

lint:typecheck:test

npm run lint && npm run typecheck && npm run test

Metadata

Downloads