FAKE - F# Make


FSharpFormatting

Contains tasks which allow to run FSharp.Formatting for generating documentation.

Functions and values

Function or valueDescription
CreateDocs (...)
Signature: source:string -> outputDir:string -> template:string -> projectParameters:seq<string * string> -> unit
CreateDocsForDlls (...)
Signature: outputDir:string -> templatesDir:string -> projectParameters:seq<string * string> -> sourceRepo:string -> dllFiles:seq<string> -> unit
run command
Signature: command:string -> unit

Runs fsformatting.exe with the given command in the given repository directory.

toolPath
Signature: string

Specifies the fsformatting executable

Fork me on GitHub