What is FAKE?
masterFAKE (F# Make) is a cross-platform automation system primarily used for builds and releases. It leverages F# to provide a statically typed, declarative, and extensible Domain Specific Language (DSL) for automation. Because it is built on .NET, it benefits from the full .NET class library, powerful debuggers, and IDE support (syntax highlighting and code completion).
Recommended Tooling: For the best experience, use Visual Studio Code with the Ionide extension.