/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

  • Pull in the source dependencies:
dotnet fsi build.fsx -- -p Fantomas-Git
  • Run the Watch pipeline:
dotnet fsi build.fsx -- -p Watch

Making changes should reflect in the tool.

Or try the Run pipeline:

dotnet fsi build -- -p Start

This will run a published version of the tools.

Running in Gitpod

dotnet fsi build.fsx -- -p Fantomas-Git
dotnet fsi build.fsx -- -p Watch
  • Open browser for port 9060

Other pipelines

To see any other avaiable build script pipelines:

dotnet fsi build.fsx -- --help