summaryrefslogtreecommitdiffstats
path: root/libraries/canfigger/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/canfigger/README')
-rw-r--r--libraries/canfigger/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/libraries/canfigger/README b/libraries/canfigger/README
new file mode 100644
index 0000000000..d1315c49fb
--- /dev/null
+++ b/libraries/canfigger/README
@@ -0,0 +1,11 @@
+# canfigger
+
+Simple configuration file parser library
+
+website: https://github.com/andy5995/canfigger
+
+This library contains a function that parses simple configuration
+files that use a key/value pair with optional attributes.
+
+See README.md on the GitHub repo for more info about the API and
+examples.