Skip to content

josh-degraw/fchalk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages