/fantomas-tools

Collection of tools used when developing for Fantomas

Primary LanguageF#MIT LicenseMIT

Fantomas tools

Collection of tools used when developing for Fantomas

Prerequisites

To run this tool locally you need:

Running locally

  • Restore the dotnet tools:

dotnet tool restore

  • Pull in source dependencies:

dotnet fake run build.fsx -t "Fantomas-Git"

  • Run the Watch target with FAKE:

dotnet fake run build.fsx -t Watch

NOTE: you may see some error output during this process on first run, but those errors should eventually resolve and subsequent runs work without error.

Running in Gitpod