diff options
Diffstat (limited to 'style-generator/readme.md')
-rw-r--r-- | style-generator/readme.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/style-generator/readme.md b/style-generator/readme.md new file mode 100644 index 0000000..5d5397f --- /dev/null +++ b/style-generator/readme.md @@ -0,0 +1,7 @@ +# Elm-mapbox code generator + +The purpose of this tool is to close the loop with Mapbox Studio and have nice Elm code expressing a Map Style. + +It is also an interesting sample of a highly complex JSON Decoder. + +Of interest is the Code Generation library MyElm, which will likely be released as a standalone package at some point in the future. |