Browse Source

update readme to git.abbether links.

master
Craig Oates 4 years ago
parent
commit
dcfec74682
  1. 0
      . attachments/Images/cli-generating-text.png
  2. 0
      . attachments/Images/generate-random-text-example.png
  3. 0
      . attachments/Images/solution-structure.png
  4. 0
      . attachments/Images/test-explorer-example.png
  5. 0
      . attachments/Images/wet-pancake-banner.png
  6. 0
      . attachments/Images/wet-pancake-feed-logo.png
  7. 10
      README.md

0
.gitlab/Images/cli-generating-text.png → . attachments/Images/cli-generating-text.png

Before

Width:  |  Height:  |  Size: 626 KiB

After

Width:  |  Height:  |  Size: 626 KiB

0
.gitlab/Images/generate-random-text-example.png → . attachments/Images/generate-random-text-example.png

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

0
.gitlab/Images/solution-structure.png → . attachments/Images/solution-structure.png

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 28 KiB

0
.gitlab/Images/test-explorer-example.png → . attachments/Images/test-explorer-example.png

Before

Width:  |  Height:  |  Size: 104 KiB

After

Width:  |  Height:  |  Size: 104 KiB

0
.gitlab/Images/wet-pancake-banner.png → . attachments/Images/wet-pancake-banner.png

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

0
.gitlab/Images/wet-pancake-feed-logo.png → . attachments/Images/wet-pancake-feed-logo.png

Before

Width:  |  Height:  |  Size: 6.8 KiB

After

Width:  |  Height:  |  Size: 6.8 KiB

10
README.md

@ -1,4 +1,4 @@
![Wet Pancake Banner](.gitlab/Images/wet-pancake-banner.png) ![Wet Pancake Banner](.attachments/Images/wet-pancake-banner.png)
# Summary # Summary
@ -25,19 +25,19 @@ You can add Wet Pancake to your project via the following command (using the Pac
Install-Package WetPancake -Version 1.0.0 Install-Package WetPancake -Version 1.0.0
``` ```
For further information about this project, please visit the [wiki](https://gitlab.com/craig.oates/Wet-Pancake/wikis/home). For further information about this project, please visit the [wiki](https://git.abbether.net/craig.oates/Wet-Pancake/wiki).
### Wet Pancake CLI ### Wet Pancake CLI
This project is a C# console program, using .Net 4.7. You use it by entering commands and awaiting the result. It uses [Console.Waterworks](https://gitlab.com/craig.oates/Console.Waterworks) to parse the commands so, if you want to extend it, I recommend you read its [wiki](https://gitlab.com/craig.oates/Console.Waterworks/wikis/home). If you want to get going straight away, I recommend using *GenerateRandomText*. For more commands, you can either type *Help* into the console or visit the [wiki](https://gitlab.com/craig.oates/Wet-Pancake/wikis/home). This project is a C# console program, using .Net 4.7. You use it by entering commands and awaiting the result. It uses [Console.Waterworks](https://git.abbether.net/craig.oates/Console.Waterworks) to parse the commands so, if you want to extend it, I recommend you read its [wiki](https://git.abbether.net/craig.oates/Console.Waterworks/wiki). If you want to get going straight away, I recommend using *GenerateRandomText*. For more commands, you can either type *Help* into the console or visit the [wiki](https://git.abbether.net/craig.oates/Wet-Pancake/wiki).
![Image of the CLI generating text](.gitlab/Images/cli-generating-text.png) ![Image of the CLI generating text](.attachments/Images/cli-generating-text.png)
### Test Centre ### Test Centre
This project holds all the tests for this solution. If uses a combination of unit tests ([XUnit](http://xunit.github.io/)) and property tests ([FsCheck](https://fscheck.github.io/FsCheck/)). If you are unfamiliar with either of them, click on their links for more information. Also, all the tests are accessible in Visual Studio's Test Explorer. This means you can identify failing tests with ease. This project holds all the tests for this solution. If uses a combination of unit tests ([XUnit](http://xunit.github.io/)) and property tests ([FsCheck](https://fscheck.github.io/FsCheck/)). If you are unfamiliar with either of them, click on their links for more information. Also, all the tests are accessible in Visual Studio's Test Explorer. This means you can identify failing tests with ease.
![Image of VS's Test Explorer](.gitlab/Images/test-explorer-example.png) ![Image of VS's Test Explorer](.attachments/Images/test-explorer-example.png)
## About the Creator ## About the Creator

Loading…
Cancel
Save