F# dotnet CLI tools for open-source project infrastructure
Per-file code coverage enforcement with automatic threshold ratcheting. Coverage can improve but never regress. Install: dotnet tool install -g CoverageRatchet
Semantic versioning with API change detection. Inspects compiled F# assemblies to determine the correct version bump. Install: dotnet tool install -g FsSemanticTagger
Keep README sections in sync with your docs site. Mark sections with markers, and SyncDocs copies them to matching targets. Install: dotnet tool install -g SyncDocs
Opinionated F# project and repo validator for OSS readiness. Checks fsproj metadata, SourceLink, LICENSE, and more. Install: dotnet tool install -g FsProjLint