create DeathSocketCLI Home page.

master
Craig Oates 5 years ago
parent
commit
1f16ecb10d
  1. 13
      DeathSocketCLI-Home.md
  2. 8
      Source-Code-Home.md

13
DeathSocketCLI-Home.md

@ -0,0 +1,13 @@
This section focuses on the source code within the project called "DeathSocketCLI". This is the console project which provides users with a way to uses the features in "DeathSocket" without the need to write code. If you would like to know more about the other projects, please use the following links;
- [DeathSocket](https://gitlab.com/craig.oates/Death-Socket/wikis/DeathSocket-Home) (.Net Standard 2.0 library)
- [TestCentre](https://gitlab.com/craig.oates/Death-Socket/wikis/Test-Centre-Home) (console project)
## Table of Contents
- [C.L.I. Project Breakdown](CLI-Project-Breakdown)
- [The C.L.I's Flow](The-CLIs-Flow)
- [Creating the Input-loop](Creating-the-Input-Loop)
- [Command-Methods Overview](Command-Methods-Overview)
- [C.L.I. Validation Overview](CLI-Validation-Overview)
- [Changing the C.L.I. Icon](Changing-the-CLI-Icon)

8
Source-Code-Home.md

@ -14,8 +14,16 @@ This section is for those wanting to work with the repository's source code. If
#### DeathSocketCLI
- [C.L.I. Project Breakdown](CLI-Project-Breakdown)
- [The C.L.I's Flow](The-CLIs-Flow)
- [Creating the Input-loop](Creating-the-Input-Loop)
- [Command-Methods Overview](Command-Methods-Overview)
- [C.L.I. Validation Overview](CLI-Validation-Overview)
- [Changing the C.L.I. Icon](Changing-the-CLI-Icon)
#### TestCentre
- [Test Centre Home](Test-Centre-Home)
- [TestCentre Breakdown](TestCentre-Breakdown)
- [Property and Unit Tests Overview](Property-and-Unit-Tests-Overview)
- [Console and Library Tests Overview](Console-and-Library-Tests-Overview)

Loading…
Cancel
Save