Skip to content

FakeBuild/fake-bootstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fake bootstrapping example

Note: There are other variants (as branches in this repository) to choose from as well as other installation options

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

To upgrade to latest packages, just delete myscript.fsx.lock and run fake again.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published