Browse Source

update links to git.abbether (readme).

master
Craig Oates 4 years ago
parent
commit
901c9a848e
  1. 0
      .attachments/ISSUE_TEMPLATE/bug_report.md
  2. 0
      .attachments/ISSUE_TEMPLATE/custom.md
  3. 0
      .attachments/ISSUE_TEMPLATE/feature_request.md
  4. 0
      .attachments/Images/nuget-icon.png
  5. 0
      .attachments/Images/repo-banner.png
  6. 0
      .attachments/Images/screenshot-1.png
  7. 0
      .attachments/Images/screenshot-2.png
  8. 0
      .attachments/Images/solution-structure.png
  9. 12
      README.md

0
.gitlab/ISSUE_TEMPLATE/bug_report.md → .attachments/ISSUE_TEMPLATE/bug_report.md

0
.gitlab/ISSUE_TEMPLATE/custom.md → .attachments/ISSUE_TEMPLATE/custom.md

0
.gitlab/ISSUE_TEMPLATE/feature_request.md → .attachments/ISSUE_TEMPLATE/feature_request.md

0
.gitlab/Images/nuget-icon.png → .attachments/Images/nuget-icon.png

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 23 KiB

0
.gitlab/Images/repo-banner.png → .attachments/Images/repo-banner.png

Before

Width:  |  Height:  |  Size: 7.5 KiB

After

Width:  |  Height:  |  Size: 7.5 KiB

0
.gitlab/Images/screenshot-1.png → .attachments/Images/screenshot-1.png

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 30 KiB

0
.gitlab/Images/screenshot-2.png → .attachments/Images/screenshot-2.png

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 28 KiB

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

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 33 KiB

12
README.md

@ -1,4 +1,4 @@
# ![repo-banner](.gitlab/Images/repo-banner.png) # ![repo-banner](.attachments/Images/repo-banner.png)
## Summary ## Summary
@ -30,23 +30,23 @@ If you are using the .Net CLI, you can use the following command;
dotnet add package SmoulderingBeachBall --version 1.0.0 dotnet add package SmoulderingBeachBall --version 1.0.0
``` ```
For further information about this project, please visit the [wiki](https://gitlab.com/craig.oates/Smouldering-Beach-Ball/wikis/home). For further information about this project, please visit the [wiki](https://git.abbether.net/craig.oates/Smouldering-Beach-Ball/wiki).
## Smouldering Beach Ball CLI ## Smouldering Beach Ball CLI
This project is an F# console program, built on top of .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 the ``draw-default`` command. All you need to specify is the width and height of the image and it will create an image and save it to your desktop. This project is an F# console program, built on top of .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 the ``draw-default`` command. All you need to specify is the width and height of the image and it will create an image and save it to your desktop.
**Tip: Enter ``help`` for a list of available commands or ``cheat`` if you prefer them rendered in a PDF with a nicer layout. The command line interface(C.L.I.) will save the PDF on your desktop.** **Tip: Enter ``help`` for a list of available commands or ``cheat`` if you prefer them rendered in a PDF with a nicer layout. The command line interface(C.L.I.) will save the PDF on your desktop.**
For further information, please visit the [wiki](https://gitlab.com/craig.oates/Smouldering-Beach-Ball/wikis/home). For further information, please visit the [wiki](https://git.abbether.net/craig.oates/Smouldering-Beach-Ball/wiki).
![screenshot-1](.gitlab/Images/screenshot-1.png) ![screenshot-1](.attachments/Images/screenshot-1.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.
![screenshot-2](.gitlab/Images/screenshot-2.png) ![screenshot-2](.attachments/Images/screenshot-2.png)
## About the Creator ## About the Creator

Loading…
Cancel
Save