How to run any F# script with FAKE
FAKE is not only a great build DSL, but it can be used to run any F# script while allowing to specify dependencies inside the script.
Steps to run F# script with FAKE from zero configuration:
Install .NET Core SDK for your platform: https://www.micr...
jindraivanek.hashnode.dev1 min read