ibesora / vt-optimizer

A small NodeJS cli tool to inspect and optimize Mapbox Vector Tiles files
MIT License
66 stars 12 forks source link

Publish on NPM #10

Open stevage opened 4 years ago

stevage commented 4 years ago

It would be much more convenient to use this tool with a little bit of packaging effort:

RobertSasak commented 1 year ago

It might look like a big task but it can be done with one command. Try to run

npx np

More info at https://github.com/sindresorhus/np

Feel free to post any issues here and we walk you through.