From 6bd5f8ccbd8c44c3311ef36b0e2de9ede4fa71ed Mon Sep 17 00:00:00 2001 From: Jakub Hampl Date: Thu, 14 Feb 2019 15:23:49 +0000 Subject: New Style Generator (#8) --- style-generator/readme.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 style-generator/readme.md (limited to 'style-generator/readme.md') 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. -- cgit v1.2.3