Collection of tools used when developing for Fantomas
To run this tool locally you need:
- Pull in the source dependencies:
dotnet fsi build.fsx -- -p Fantomas-Git- Run the Watch pipeline:
dotnet fsi build.fsx -- -p WatchMaking changes should reflect in the tool.
Or try the Run pipeline:
dotnet fsi build -- -p StartThis will run a published version of the tools.
-
Open the repository via https://gitpod.io/#https://github.com/fsprojects/fantomas-tools
-
Run
dotnet fsi build.fsx -- -p Fantomas-Gitdotnet fsi build.fsx -- -p Watch- Open browser for port
9060
To see any other avaiable build script pipelines:
dotnet fsi build.fsx -- --help