FSharp.Formatting.CommandTool 2.9.5

dotnet add package FSharp.Formatting.CommandTool --version 2.9.5
NuGet\Install-Package FSharp.Formatting.CommandTool -Version 2.9.5
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="FSharp.Formatting.CommandTool" Version="2.9.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FSharp.Formatting.CommandTool --version 2.9.5
#r "nuget: FSharp.Formatting.CommandTool, 2.9.5"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install FSharp.Formatting.CommandTool as a Cake Addin
#addin nuget:?package=FSharp.Formatting.CommandTool&version=2.9.5

// Install FSharp.Formatting.CommandTool as a Cake Tool
#tool nuget:?package=FSharp.Formatting.CommandTool&version=2.9.5

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.

There are no supported framework assets in this package.

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 132 5/6/2015
2.9.4 160 4/30/2015
2.9.3 669 4/28/2015
2.9.2 174 4/24/2015
2.9.1 93 4/21/2015
2.9.0 66 4/20/2015
2.8.0 111 4/4/2015
2.7.5 771 3/7/2015
2.7.4 407 2/5/2015
2.7.2 76 2/5/2015
2.7.1 80 2/3/2015
2.7.0 76 2/3/2015
2.6.3 205 1/22/2015
2.6.2 145 1/18/2015
2.6.1 171 1/13/2015
2.6.0 174 1/6/2015
2.5.1 92 1/5/2015
2.5.0 183 1/3/2015
2.4.38 87 1/3/2015
2.4.37 98 12/30/2014
2.4.36 420 10/22/2014
2.4.35 88 10/22/2014
2.4.34 99 10/20/2014
2.4.33 102 10/13/2014
2.4.32 96 10/13/2014
2.4.31 79 10/13/2014
2.4.30 105 10/10/2014
2.4.29 177 10/7/2014
2.4.28 93 10/7/2014
2.4.27 87 10/7/2014
2.4.26 182 9/29/2014
2.4.25 167 9/23/2014
2.4.24 156 9/19/2014
2.4.23 95 9/18/2014
2.4.22 123 9/10/2014
2.4.21 227 8/11/2014
2.4.20 101 8/7/2014
2.4.19 90 8/7/2014
2.4.18 203 7/17/2014
2.4.17 118 7/14/2014
2.4.16 89 7/14/2014
2.4.15 89 7/14/2014
2.4.14 88 7/13/2014
2.4.13 87 7/13/2014
2.4.12 117 7/7/2014
2.4.11 165 6/23/2014
2.4.10 89 5/25/2014
2.4.9 92 5/24/2014
2.4.8 97 4/27/2014
2.4.7 71 4/25/2014
2.4.6 80 4/23/2014
2.4.5 80 4/22/2014
2.4.4 86 4/15/2014
2.4.3 91 4/7/2014
2.4.2 87 3/22/2014
2.4.1 78 3/10/2014
2.4.0 165 2/23/2014
2.3.10-beta 83 2/17/2014
2.3.6-beta 78 1/29/2014
2.3.5-beta 72 1/21/2014
2.3.4-beta 85 1/20/2014
2.3.3-beta 70 1/19/2014

- Provide an option to disable `fsi.AddPrinter` (#311)
- Generated line numbers for HTML are the same for F# and non-F#