Community projects – development tools
The following are some very good development tools:
FsEye: This is a visual object tree inspector for the F# Interactive (http://www.swensensoftware.com/fseye)
FAKE: This is an F# build automation system (http://fsharp.github.io/FAKE)
Paket: This is a package dependency manager for .NET with support for NuGet packages and GitHub repositories ( https://github.com/fsprojects/Paket)
F# Type Provider starter pack: This is a NuGet package for writing type providers (https://github.com/fsprojects/FSharp.TypeProviders.StarterPack)
Community templates for Visual F# Tools: These are the templates for Visual F# tools (https://github.com/fsharp/FSharpCommunityTemplates)
F# Project Scaffold: This is a prototypical F# library (http://github.com/fsprojects/ProjectScaffold/)
FSharpLint: This is a lint tool for F# (https://github.com/duckmatt/FSharpLint)
F# tools for generating documentation: This is a markdown processor and an F# code formatter (http://tpetricek...