Commit 3e7c0308 authored by Josh Spicer's avatar Josh Spicer Committed by GitHub

Repo Structure

parent 3a277ad7
# features # 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
```
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment