Browse Source

update links to git.abbether (readme).

master
Craig Oates 4 years ago
parent
commit
632460839b
  1. 0
      .attachments/Images/death-socket-demo.gif
  2. 0
      .attachments/Images/death-socket-logo.png
  3. 0
      .attachments/Images/death-socket-output-sample.jpg
  4. 0
      .attachments/Images/death-socket-overview.png
  5. 0
      .attachments/Images/repo-banner.png
  6. 0
      .attachments/Images/test-explorer.jpg
  7. 18
      README.md

0
.gitlab/Images/death-socket-demo.gif → .attachments/Images/death-socket-demo.gif

Before

Width:  |  Height:  |  Size: 1005 KiB

After

Width:  |  Height:  |  Size: 1005 KiB

0
.gitlab/Images/death-socket-logo.png → .attachments/Images/death-socket-logo.png

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 31 KiB

0
.gitlab/Images/death-socket-output-sample.jpg → .attachments/Images/death-socket-output-sample.jpg

Before

Width:  |  Height:  |  Size: 68 KiB

After

Width:  |  Height:  |  Size: 68 KiB

0
.gitlab/Images/death-socket-overview.png → .attachments/Images/death-socket-overview.png

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

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

Before

Width:  |  Height:  |  Size: 4.6 KiB

After

Width:  |  Height:  |  Size: 4.6 KiB

0
.gitlab/Images/test-explorer.jpg → .attachments/Images/test-explorer.jpg

Before

Width:  |  Height:  |  Size: 59 KiB

After

Width:  |  Height:  |  Size: 59 KiB

18
README.md

@ -1,10 +1,10 @@
![repo-banner](.gitlab/Images/repo-banner.png)
![repo-banner](.attachments/Images/repo-banner.png)
## Summary
Death Socket consists of three projects. They are a .Net Standard 2.0 library, a console program and a Test Centre. The purpose of this repository is to provide a way for people to add grids to images.
![death-socket-overview](.gitlab/Images/death-socket-output-sample.jpg)
![death-socket-overview](.attachments/Images/death-socket-output-sample.jpg)
## Pre-Requisites
@ -32,27 +32,27 @@ If you are using the .Net CLI, use the following,
dotnet add package DeathSocket --version 1.0.0.1
```
For more information, please visit the project's [wiki](https://gitlab.com/craig.oates/Death-Socket/wikis/DeathSocket-Home).
For more information, please visit the project's [wiki](https://git.abbether.net/craig.oates/Death-Socket/wiki/DeathSocket-Home).
![death-socket-overview](.gitlab/Images/death-socket-overview.png)
![death-socket-overview](.attachments/Images/death-socket-overview.png)
## Death Socket CLI
This project is an F# console program, built with .Net 4.7. It uses Console.Waterworks to parse the users input/commands. I recommend you read the [Console.Waterworks wiki](https://gitlab.com/craig.oates/Console.Waterworks/wikis/home) if you want to **extend** this project. It would, also, help you get a better understanding of how the console program works.
This project is an F# console program, built with .Net 4.7. It uses Console.Waterworks to parse the users input/commands. I recommend you read the [Console.Waterworks wiki](https://git.abbether.net/craig.oates/Console.Waterworks/wiki) if you want to **extend** this project. It would, also, help you get a better understanding of how the console program works.
If you want to **use** the program, I recommend the `add-default` command. All you need to do is specify the path of the image you want to add the grid to and its new save location.
For further information, please visit the project's [wiki](https://gitlab.com/craig.oates/Death-Socket/wikis/CLI-Home).
For further information, please visit the project's [wiki](https://git.abbether.net/craig.oates/Death-Socket/wiki/CLI-Home).
![death-socket-demo](.gitlab/Images/death-socket-demo.gif)
![death-socket-demo](.attachments/Images/death-socket-demo.gif)
If you have no need for the source code, just the functionality, then use this on its own. It is a full .Net console program so you will need to use [Mono](https://www.mono-project.com/) if you are using Linux or MacOS.
## Test Centre
This project holds all the tests for this repository. It uses a combination of unit tests ([xUnit](https://xunit.gitlab.io/)) and property tests ([FsCheck](https://fscheck.gitlab.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 passing and failing tests with ease.
This project holds all the tests for this repository. It uses a combination of unit tests ([xUnit](https://xunit.attachments.io/)) and property tests ([FsCheck](https://fscheck.attachments.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 passing and failing tests with ease.
![test-explorer](.gitlab/Images/test-explorer.jpg)
![test-explorer](.attachments/Images/test-explorer.jpg)
## About the Creator

Loading…
Cancel
Save