create As Source Code Home pages.

master
Craig Oates 5 years ago
parent
commit
8d810f863c
  1. 10
      CW_Console-Home.md
  2. 9
      CW_Tests-Home.md
  3. 11
      Console.Waterworks-Home.md

10
CW_Console-Home.md

@ -0,0 +1,10 @@
This section focuses on the source code within the project called "CW_Console". This is the console project which provides users with a way to uses the features in "Console.Waterworks" without the need to write code. If you would like to know more about the other projects, please use the following links:
- [Console.Waterworks](Console.Waterworks-Home)
- [CW_Tests](CW_Tests-Home)
## Table of Contents
- [CW_Console Project Breakdown](CW_Console-Project-Breakdown)
- [CW_Console Flow](CW_Console-Flow)
- [Using CW_Console](Using-CW_Console)

9
CW_Tests-Home.md

@ -0,0 +1,9 @@
This section focuses on the source code within the "CW_Tests" project. As the name implies, this project houses the unit and property tests for the the other two projects. If you would like to know more about the other projects, please the following links:
- [CW_Console](CW_Console-Home) (The console project)
- [Console.Waterworks](Console.Waterworks-Home)
## Table of Contents
- [CW_Tests Project Breakdown](CW_Tests-Project-Breakdown)
- [Unit Tests Overview](Unit-Tests-Overview)

11
Console.Waterworks-Home.md

@ -0,0 +1,11 @@
This section focuses on the source code within the project called "Console.Waterworks". This is a .Net 4.7 library which provides users with a way to create command-based console programs. If you would like to know more about the other projects, please use the following links:
- [CW_Console](CW_Console-Home) (The console project)
- [CW_Tests](CW_Tests-Home) (The testing library)
## Table of Contents
- [Console.Waterworks Project Breakdown](Console.Waterwork-Project-Breakdown)
- [Console.Waterworks Flow](Console.Waterworks-Flow)
- [Coercion Types List](Coercion-Types-List)
- [The Help Attributes](The-Help-Attributes)
Loading…
Cancel
Save