Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 714 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 714 Bytes

fchalk

NuGet Downloads

A simple utility library for colorizing console output in f#.

Inspired by this blog post on the Microsoft Developer blog.

Installation

# 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"

Example

Sample code

Output

Sample output