Skip to content

FakeBuild/fake-bootstrap

local_tool
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

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