The purpose of this repository is to provide a way for people to generate random "placeholder text" -- with a Markov Chain. https://www.craigoates.net/Software/project/12
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Craig Oates 44e9077298 update NuGet pacakges and package info. пре 4 година
.attachments/Images fix attachments link. пре 4 година
TestCentre update NuGet pacakges and package info. пре 4 година
WetPancake update NuGet pacakges and package info. пре 4 година
WetPancakeCLI update NuGet pacakges and package info. пре 4 година
.gitignore remove unused comments from property tests. пре 5 година
LICENSE Initial commit пре 6 година
README.md update readme to git.abbether links. пре 4 година
WetPancake.sln update NuGet pacakges and package info. пре 4 година

README.md

Wet Pancake Banner

Summary

WetPancake consists of a .Net 4.7 library, a console program and a testing library. The purpose of this repository is to provide a way for people to generate random "placeholder text" -- with a Markov Chain. It does this by making the .Net 4.7 library available on NuGet and providing a console program which exposes the features of the library. The console program is a stand-alone one so no installer is required to run it.

Pre-Requisites

  • Visual Studio 2017
  • F#
  • C#
  • XUnit
  • FsCheck
  • Console.Waterworks
  • .Net 4.7

Wet Pancake (Library/NuGet Package)

This is a F# library project, using .Net 4.7. You can install this package with NuGet. The profile page for WetPancake is available at www.nuget.org/profiles/Craig.Oates.

You can add Wet Pancake to your project via the following command (using the Package Manager console):

// Remember to enter the package version you want.
Install-Package WetPancake -Version 1.0.0

For further information about this project, please visit the wiki.

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 to parse the commands so, if you want to extend it, I recommend you read its 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.

Image of the CLI generating text

Test Centre

This project holds all the tests for this solution. If uses a combination of unit tests (XUnit) and property tests (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

About the Creator

Hi, my name is Craig and I am the creator of Wet Pancake. Thanks for checking it out.