FSharp.Formatting.CommandTool
2.9.3
See the version list below for details.
dotnet add package FSharp.Formatting.CommandTool --version 2.9.3
NuGet\Install-Package FSharp.Formatting.CommandTool -Version 2.9.3
<PackageReference Include="FSharp.Formatting.CommandTool" Version="2.9.3" />
<PackageVersion Include="FSharp.Formatting.CommandTool" Version="2.9.3" />
<PackageReference Include="FSharp.Formatting.CommandTool" />
paket add FSharp.Formatting.CommandTool --version 2.9.3
#r "nuget: FSharp.Formatting.CommandTool, 2.9.3"
#:package FSharp.Formatting.CommandTool@2.9.3
#addin nuget:?package=FSharp.Formatting.CommandTool&version=2.9.3
#tool nuget:?package=FSharp.Formatting.CommandTool&version=2.9.3
The package contains a command line version of F# Formatting libraries, which can be used for literate programming with F# (great for building documentation) and for generating library documentation from inline code comments. The key componments are Markdown parser, tools for formatting F# code snippets, including tool tip type information and a tool for generating documentation from library metadata.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2.9.5 | 133 | 5/6/2015 |
| 2.9.4 | 162 | 4/30/2015 |
| 2.9.3 | 673 | 4/28/2015 |
| 2.9.2 | 176 | 4/24/2015 |
| 2.9.1 | 95 | 4/21/2015 |
| 2.9.0 | 68 | 4/20/2015 |
| 2.8.0 | 113 | 4/4/2015 |
| 2.7.5 | 773 | 3/7/2015 |
| 2.7.4 | 409 | 2/5/2015 |
| 2.7.2 | 78 | 2/5/2015 |
| 2.7.1 | 81 | 2/3/2015 |
| 2.7.0 | 78 | 2/3/2015 |
| 2.6.3 | 207 | 1/22/2015 |
| 2.6.2 | 147 | 1/18/2015 |
| 2.6.1 | 173 | 1/13/2015 |
| 2.6.0 | 176 | 1/6/2015 |
| 2.5.1 | 94 | 1/5/2015 |
| 2.5.0 | 185 | 1/3/2015 |
| 2.4.38 | 89 | 1/3/2015 |
| 2.4.37 | 100 | 12/30/2014 |
- Simplify using FCS interaction using Yaaf.Scripting (#305)
- Do not load dependencies when initializing evaluator
- Undo require exact version of F# Compiler Service