aboutsummaryrefslogtreecommitdiffstats
path: root/style-generator/readme.md
diff options
context:
space:
mode:
authorJakub Hampl <kopomir@gmail.com>2019-02-14 15:23:49 +0000
committerGitHub <noreply@github.com>2019-02-14 15:23:49 +0000
commit6bd5f8ccbd8c44c3311ef36b0e2de9ede4fa71ed (patch)
treede40a36d34cb734c2765a705506436f8b38e28a9 /style-generator/readme.md
parentf0c36a3d49fad46e0fb6cafeb7a021dd5d775993 (diff)
New Style Generator (#8)
Diffstat (limited to 'style-generator/readme.md')
-rw-r--r--style-generator/readme.md7
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.