sliepie / fake-bootstrap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:F# 49.6%Language:Batchfile 29.4%Language:Shell 21.0%