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
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
Craig Oates 44e9077298 update NuGet pacakges and package info. 4 anni fa
.attachments/Images fix attachments link. 4 anni fa
TestCentre update NuGet pacakges and package info. 4 anni fa
WetPancake update NuGet pacakges and package info. 4 anni fa
WetPancakeCLI update NuGet pacakges and package info. 4 anni fa
.gitignore remove unused comments from property tests. 5 anni fa
LICENSE Initial commit 6 anni fa
README.md update readme to git.abbether links. 4 anni fa
WetPancake.sln update NuGet pacakges and package info. 4 anni fa

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.