Collection of tools used when developing for Fantomas
To run this tool locally you need:
- Node.js 12.x or higher
- Azure Functions Core Tools v3
- Restore the dotnet tools:
dotnet tool restore
- Pull in source dependencies:
dotnet fake run build.fsx -t "Fantomas-Git"
- Run the Watch target with FAKE:
dotnet fake run build.fsx -t Watch
NOTE: you may see some error output during this process on first run, but those errors should eventually resolve and subsequent runs work without error.
-
Open the repository via https://gitpod.io/#https://github.com/fsprojects/fantomas-tools
-
Run
dotnet fake run build.fsx -t Gitpod
-
Open browser for port
9060