Skip to content

johnnyelwailer/FAKE

 
 

Repository files navigation

FAKE - F# Make

"FAKE - F# Make" is a build automation system. Due to its integration in F#, all benefits of the .NET Framework and functional programming can be used, including the extensive class library, powerful debuggers and integrated development environments like Visual Studio or MonoDevelop, which provide syntax highlighting and code completion.

The new DSL was designed to be succinct, typed, declarative, extensible and easy to use. For instance custom build tasks can be added simply by referencing .NET assemblies and using the corresponding classes.

See the project home page for full details and documentation.

Build the project

I order to build the project and to resolve all nuget packages run build.cmd.

  • develop branch runs with F# 3.1
  • master branch runs with F# 3.0

How to contribute code

See the contributing page.

Packages

No packages published

Languages

  • JavaScript 41.7%
  • F# 36.9%
  • CSS 11.3%
  • C# 9.9%
  • Shell 0.2%
  • XSLT 0.0%