aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJosh Spicer <josh@joshspicer.com>2022-05-12 23:14:55 +0300
committerGitHub <noreply@github.com>2022-05-12 23:14:55 +0300
commit3e7c0308db4005644b21c0626ba6239271cf04cc (patch)
treec4a905d2510a974c5247233a2d63bc681c836e94 /README.md
parent3a277ad757dbc51a43a5dd452d030c67a49d49f1 (diff)
Repo Structure
Diffstat (limited to 'README.md')
-rw-r--r--README.md24
1 files changed, 23 insertions, 1 deletions
diff --git a/README.md b/README.md
index 673c86d..0edecc7 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,23 @@
-# features \ No newline at end of file
+# features
+
+## Repo Structure
+
+```
+.
+├── lib
+│ └── utils.sh
+├── README.md
+├── settings.env
+├── src
+│ ├── dotnet
+│ │ ├── feature.json
+│ │ └── install.sh
+│ ├── go
+│ │ ├── feature.json
+│ │ └── install.sh
+├── test
+│ ├── dotnet
+│ │ └── test.sh
+│ └── go
+│ └── test.sh
+```