Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 877 Bytes

README.markdown

File metadata and controls

20 lines (13 loc) · 877 Bytes

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.

How to contribute code

See the contributing page.