Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.14 KB

README.markdown

File metadata and controls

21 lines (14 loc) · 1.14 KB

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.