Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 314 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 314 Bytes

FAKE sample

  1. Restore FAKE locally:

dotnet tool restore

This was installed by:

dotnet new tool-manifest

dotnet tool install fake-cli

dotnet tool install fantomas

  1. Execute script:

dotnet fake run script.fsx -t Format

Check the format afterwards:

dotnet fake run script.fsx -t CheckFormat