SkillAgentSearch skills...

FSharp.Formatting

F# tools for generating documentation (Markdown processor and F# code formatter)

Install / Use

/learn @fsprojects/FSharp.Formatting
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

fsdocs and FSharp.Formatting Build and Test

The FSharp.Formatting package includes libraries and tools for processing F# script files, markdown and components for documentation generation. The primary tool is "fsdocs".

See https://fsprojects.github.io/FSharp.Formatting/

Development

dotnet fsi build.fsx

Once built, you can run the command-line tool to self-build the docs for this directory using

dotnet build
src\fsdocs-tool\bin\Debug\net8.0\fsdocs.exe watch
src\fsdocs-tool\bin\Debug\net8.0\fsdocs.exe build --clean

Pipelines

Run

dotnet fsi build.fsx -- --help

to see what other pipelines can be run from build.fsx.

dotnet fsi build.fsx -- -p Verify

Will perform the linting, unit tests and analyzer check. This is useful to run locally before submitting your PR.

Maintainer(s)

View on GitHub
GitHub Stars490
CategoryDevelopment
Updated1d ago
Forks161

Languages

F#

Security Score

80/100

Audited on Apr 3, 2026

No findings