fantomas-tools icon indicating copy to clipboard operation
fantomas-tools copied to clipboard

Collection of tools used when developing for Fantomas

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.

  • Open http://localhost:9060

Running in Gitpod

  • Open the repository via https://gitpod.io/#https://github.com/fsprojects/fantomas-tools

  • Run

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