Skip to content

colinbull/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 tutorials and API documentation.

Build the project

  • Mono: Run build.sh Mono build status
  • Windows: Run build.cmd Windows build status

How to contribute code

See the contributing page.

About

FAKE - F# Make

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 45.9%
  • F# 43.6%
  • C# 8.8%
  • CSS 1.0%
  • TeX 0.4%
  • Shell 0.2%
  • Other 0.1%