geostyler-openlayers-parser

v0.21.0
GeoStyler Style Parser implementation for OpenLayers styles
geostyler parser style openlayers

lint

tslint --project tsconfig.json --config tslint.json && tsc --noEmit --project tsconfig.build.json

test

jest

build

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

pretest

npm run lint

release

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

prebuild

npm run test

start:dev

webpack --config dev-build.config.js --watch

test:watch

jest --watchAll

build:browser

webpack --config browser-build.config.js

prepublishOnly

npm run build

Metadata

Downloads