Skip to content

MangelMaxime/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

  • Restore the dotnet tools:

dotnet tool restore

  • Pull in source dependencies and packages:

dotnet fake build -t Install

  • Run the Watch target with FAKE:

dotnet fake build -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

dotnet fake build -t Install

dotnet fake build -t Watch

  • Open browser for port 9060

About

Collection of tools used when developing for Fantomas

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • F# 92.6%
  • Sass 5.9%
  • Other 1.5%