Changes
Page history
Update Home
authored
Oct 04, 2021
by
Mark Hewitt
Show whitespace changes
Inline
Side-by-side
Home.md
View page @
b8c45a25
...
@@ -2,14 +2,13 @@ This wiki contains developer related information for working with the OSDU CLI.
...
@@ -2,14 +2,13 @@ This wiki contains developer related information for working with the OSDU CLI.
See the menu to the right for further details.
See the menu to the right for further details.
## Repository Structure
## Repository Structure
```
text
```
text
├── .vscode/ <- Visual Studio Code configuration
├── .vscode/ <- Visual Studio Code configuration
├── docs/ <- Documentation files
├── docs/ <- Documentation files
├── src
├── src
| └── osducli/ <- CLI source code (see
[
Code Structure
](Code-Structure)
)
| └── osducli/ <- CLI source code (see Code Structure)
├── tests/ <- Unit tests
├── tests/ <- Unit tests
├─ .flake8 <- Flake8 linting configuration
├─ .flake8 <- Flake8 linting configuration
├─ .gitignore <- Paths that git should not track
├─ .gitignore <- Paths that git should not track
...
...
...
...