mapbox-materialise-style-language
v1.0.0
Published
Rudimentary CLI program to take an existing Mapbox style and localise it into all supported languages
Downloads
6
Readme
mapbox-materialise-style-language
A CLI program which given a Mapbox Style in English, creates new styles for each supported language.
Usage
yarn add -g mapbox-materialise-style-language
mapbox-materialise-style-language [--access-token 'sk.XXX'] --owner XXX --style XXX
The access token must have the style:write
scope and can be supplied via the command line argument or via the MapboxAccessToken
environment variable.