Skip to content

Commit 0924e31

Browse files
authored
πŸ“ Add codebase structure documentation
Signed-off-by: Lamparter <[email protected]>
1 parent ea646b8 commit 0924e31

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

β€Žreadme.mdβ€Ž

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,23 @@ if(activeSponsor != null)
9595
}
9696
```
9797

98+
### Codebase Structure
99+
100+
```
101+
.
102+
β”œβ”€β”€Scripts // Code quality scripts
103+
| └──configure-integration-tests.ps1 // Integration tests configuration script
104+
β”œβ”€β”€Tools // Code quality tools
105+
| └──Generate // GraphQL .NET entity generator
106+
β”œβ”€β”€Octokit.GraphQL // Main API data contracts library
107+
β”œβ”€β”€Octokit.GraphQL.Core // Octokit core code
108+
β”œβ”€β”€Octokit.GraphQL.Core.Generation // Core entity generator tools
109+
β”œβ”€β”€Octokit.GraphQL.Core.Generation.UnitTests // Core entity generator unit tests
110+
β”œβ”€β”€Octokit.GraphQL.Core.UnitTests // Octokit core unit tests
111+
β”œβ”€β”€Octokit.GraphQL.IntegrationTests // Octokit integration tests
112+
└──Octokit.GraphQL.UnitTests // Octokit unit tests
113+
```
114+
98115
## Contributing & Feedback
99116

100117
There are multiple ways to participate in the community:

0 commit comments

Comments
Β (0)