Skip to content

fsprojects/fantomas-tools

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

About

Collection of tools used when developing for Fantomas

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages