TAG: .NET Core

Navigation

Writing .NET Core Global Tools with F#

The release of .NET Core 2.1 brought with it a bunch of great additions, and one of the ones I've been looking forward to the most is the addition of support for creating global tools. This has always been a great feature in the JavaScript world, allowing you to write and distribute command-line tools via npm. F# has long been my favorite go-to language for scripting, and as such I've compiled quite a few F#…