A simple utility library for colorizing console output in f#.
Inspired by this blog post on the Microsoft Developer blog.
# dotnet cli:
> dotnet add package fchalk
# paket cli:
> paket add fchalk
# NuGet package manager:
PM> Install-Package fchalk
// F# script file
#r "nuget: fchalk, 2.0.0"