We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
index.md
1 parent e0f5c5f commit 4bb75a8Copy full SHA for 4bb75a8
docs/index.md
@@ -0,0 +1,14 @@
1
+# bash-object
2
+
3
+Manipulate heterogenous data hierarchies in Bash
4
5
+## Contents
6
7
+What are you doing here? Looking at documentation for this crazy library? :tongue_sticking_out:
8
9
+Unfortunately, you won't find any Getting Started guides, but you'll find some other things:
10
11
+- The [Motivation](docs/motivation.md) for building this library
12
+- The [Interfaces](docs/interface.md) for generating and modifcying objects
13
+- The syntax for making [Queries](docs/query.md) into objects
14
+- A short [Reference](docs/reference.md) containing some relevant environment variables
docs/errors.md renamed to docs/internals/errors.md
0 commit comments