FSharp.Formatting.CommandTool 2.3.10-beta

This is a prerelease version of FSharp.Formatting.CommandTool.
There is a newer version of this package available.
See the version list below for details.
dotnet add package FSharp.Formatting.CommandTool --version 2.3.10-beta
                    
NuGet\Install-Package FSharp.Formatting.CommandTool -Version 2.3.10-beta
                    
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.3.10-beta" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FSharp.Formatting.CommandTool" Version="2.3.10-beta" />
                    
Directory.Packages.props
<PackageReference Include="FSharp.Formatting.CommandTool" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add FSharp.Formatting.CommandTool --version 2.3.10-beta
                    
#r "nuget: FSharp.Formatting.CommandTool, 2.3.10-beta"
                    
#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.
#addin nuget:?package=FSharp.Formatting.CommandTool&version=2.3.10-beta&prerelease
                    
Install FSharp.Formatting.CommandTool as a Cake Addin
#tool nuget:?package=FSharp.Formatting.CommandTool&version=2.3.10-beta&prerelease
                    
Install FSharp.Formatting.CommandTool as a Cake Tool

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 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
2.4.36 421 10/22/2014
2.4.35 90 10/22/2014
2.4.34 101 10/20/2014
2.4.33 104 10/13/2014
2.4.32 98 10/13/2014
2.4.31 83 10/13/2014
2.4.30 107 10/10/2014
2.4.29 177 10/7/2014
2.4.28 95 10/7/2014
2.4.27 89 10/7/2014
2.4.26 184 9/29/2014
2.4.25 169 9/23/2014
2.4.24 158 9/19/2014
2.4.23 96 9/18/2014
2.4.22 124 9/10/2014
2.4.21 229 8/11/2014
2.4.20 103 8/7/2014
2.4.19 91 8/7/2014
2.4.18 205 7/17/2014
2.4.17 120 7/14/2014
2.4.16 91 7/14/2014
2.4.15 91 7/14/2014
2.4.14 90 7/13/2014
2.4.13 89 7/13/2014
2.4.12 118 7/7/2014
2.4.11 166 6/23/2014
2.4.10 90 5/25/2014
2.4.9 93 5/24/2014
2.4.8 99 4/27/2014
2.4.7 73 4/25/2014
2.4.6 80 4/23/2014
2.4.5 81 4/22/2014
2.4.4 87 4/15/2014
2.4.3 93 4/7/2014
2.4.2 89 3/22/2014
2.4.1 80 3/10/2014
2.4.0 166 2/23/2014
2.3.10-beta 84 2/17/2014
2.3.6-beta 80 1/29/2014
2.3.5-beta 74 1/21/2014
2.3.4-beta 87 1/20/2014
2.3.3-beta 72 1/19/2014

Support output embedding in literate scripts.