FSharp.Formatting.CommandTool
7.1.0
fsharp.formatting.commandtool has been renamed to fsdocs-tool, see https://github.com/fsprojects/FSharp.Formatting/issues/720
See the version list below for details.
dotnet tool install --global FSharp.Formatting.CommandTool --version 7.1.0
dotnet new tool-manifest
dotnet tool install --local FSharp.Formatting.CommandTool --version 7.1.0
#tool dotnet:?package=FSharp.Formatting.CommandTool&version=7.1.0
nuke :add-package FSharp.Formatting.CommandTool --version 7.1.0
The package is a collection of libraries that 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.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp3.1 is compatible. |
This package has no dependencies.
| Version | Downloads | Last Updated | |
|---|---|---|---|
| 11.5.1 | 27,122 | 10/30/2021 | |
| 11.5.0 | 2,309 | 10/30/2021 | |
| 11.4.4 | 5,682 | 10/11/2021 | |
| 11.4.3 | 4,301 | 8/17/2021 | |
| 11.4.2 | 3,435 | 7/29/2021 | |
| 11.4.1 | 6,023 | 7/23/2021 | |
| 11.4.0 | 2,156 | 7/22/2021 | |
| 11.3.0 | 2,146 | 7/22/2021 | |
| 11.2.0 | 7,086 | 5/17/2021 | |
| 11.1.0 | 5,790 | 4/15/2021 | |
| 11.0.4 | 2,246 | 4/15/2021 | |
| 11.0.2 | 2,215 | 4/14/2021 | |
| 11.0.1 | 2,570 | 4/14/2021 | |
| 10.1.1 | 2,081 | 4/13/2021 | |
| 10.1.0 | 2,049 | 4/13/2021 | |
| 10.0.19 | 2,049 | 4/13/2021 | |
| 10.0.18 | 2,346 | 4/13/2021 | |
| 10.0.17 | 2,287 | 4/13/2021 | |
| 10.0.16 | 1,918 | 4/13/2021 | |
| 7.1.0 | 2,055 | 8/4/2020 |
- add text content of markdown and scripts to generated search index
- overhaul the substitution names used by FSharp.Formatting and expected in the template. The table is in the docs and below
- generate {{fsdocs-list-of-documents}} substitution and use it in both API docs and content
- generate {{fsdocs-list-of-namespaces}} substitution and use it in both API docs and content
- fix link model so {{root}} is always respected
- Add `qualify` parameter that asks to qualify all names by the collection name e.g. FSharp.Core
- Respect per-project settings, e.g. if one nuget package has a different set of authors or home page to another
- Add documentation about styling
- Allow fixed-left and fixed-right positions for the navbar
- Add `{{fsdocs-logo-link}}` parameter to default template
- Add `{{fsdocs-logo-link}}` parameter to default template
- generate HTML giving hyperlinks for types with cross-links
- switch to left bootstrap nav bar in template for a table of contents
- improve sizings
- move to one copy of template in docs/_template.html
- ApiDocsTypeDefinition and ApiDocsModule merged to ApiDocsEntity
- Default template now expects logo in img/logo.png
- Improvements in default HTML generation
- ApiDocComment.Blurb renamed to ApiDocComment.Summary and only populated with summary text for things read from XML
- simplify tool instructions
- add info about upgrading