Fake bootstrapping example

This repository shows how to bootstrap FAKE from nothing. The fake.sh and fake.cmd scripts will:

If dotnet is already a given you can edit the scripts accordingly.

Usage:

Unix (or git bash on windows after dotnet/cli#8491)

git clone https://github.com/matthid/fake-bootstrap.git
cd fake-bootstrap
./fake.sh run myscript.fsx 

Windows (powershell/cmd)

git clone https://github.com/matthid/fake-bootstrap.git
cd fake-bootstrap
.\fake.cmd run myscript.fsx