kentcb / fantomas-tools

Collection of tools used when developing for Fantomas

Home Page:https://fsprojects.github.io/fantomas-tools/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fantomas tools

Collection of tools used when developing for Fantomas

Prerequisites

To run this tool locally you need:

Running locally

  • 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.

Running in Gitpod

About

Collection of tools used when developing for Fantomas

https://fsprojects.github.io/fantomas-tools/

License:MIT License


Languages

Language:F# 93.1%Language:Sass 5.5%Language:HTML 0.8%Language:Dockerfile 0.3%Language:JavaScript 0.2%Language:PowerShell 0.1%