FSharp.Formatting.CommandTool 5.0.1-beta5

Suggested Alternatives

fsdocs-tool

Additional Details

fsharp.formatting.commandtool has been renamed to fsdocs-tool, see https://github.com/fsprojects/FSharp.Formatting/issues/720

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 tool install --global FSharp.Formatting.CommandTool --version 5.0.1-beta5
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local FSharp.Formatting.CommandTool --version 5.0.1-beta5
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=FSharp.Formatting.CommandTool&version=5.0.1-beta5&prerelease
                    
nuke :add-package FSharp.Formatting.CommandTool --version 5.0.1-beta5
                    

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

- Update to FCS v36.0
- Add preliminary pynb support for Literate
- Literate.WriteHtml --> Literate.ToHtml/Literate.WriteHtml overloads
- MetadataFormat.Generate --> ApiDocs.GenerateHtml/ApiDocs.GenerateModel overloads
- Fix Literate.* to do approximate (non-razor) templating/
- Remove Razor support
- HTML templates now use `{{prop-name}}`
- FSharp.CodeFormat --> FSharp.Formatting.CodeFormat
- FSharp.Markdown --> FSharp.Formatting.Markdown
- FSharp.Literate --> FSharp.Formatting.Literate and FSharp.Formatting.Literate.Evaluation
- FSharp.MetadataFormat --> FSharp.Formatting.ApiDocs
- FSharp.ApiDocs uses HTML substitution for templating, no Razor
- Add "include-it" and "include-output" with implied reference to the immediately preceding snippet
- For command line tool
Update command line parser
"fsformatting literate process-directory" --> "fsformatting convert"
"fsformatting metadata-format generate" --> "fsformatting generate"
"--dllFiles" --> "--dlls"
"--outDir" --> "--output"
"--outputDirectory" --> "--output"
"--output" is optional (defaults to 'output')
"--inputDirectory" --> "--input"