Skip to content

fsprojects/fantomas-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jan 16, 2025
87cc570 · Jan 16, 2025
Jan 16, 2025
Jan 16, 2025
Jan 16, 2025
Jan 16, 2025
May 23, 2023
Mar 27, 2023
Mar 20, 2023
May 7, 2022
Sep 16, 2024
Feb 28, 2020
Feb 28, 2024
Jan 16, 2025
Jan 16, 2025
Sep 16, 2024

Repository files navigation

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