From 3e7c0308db4005644b21c0626ba6239271cf04cc Mon Sep 17 00:00:00 2001 From: Josh Spicer Date: Thu, 12 May 2022 20:14:55 +0000 Subject: Repo Structure --- README.md | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) (limited to 'README.md') 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 +``` -- cgit v1.2.3