ionide-fake

Run FAKE build scripts and targets with Atom commands

Ionide

8,807

4

1.2.2

Appache 2.0

GitHub

Ionide-FAKE

Ionide-FAKE is part of the Ionide plugin suite, used for running FAKE build scripts without leaving an editor.

Join the chat at https://gitter.im/ionide/ionide-project -- Need Help? You can find us on Gitter

Features

Configuration

Since version 1.1.0, ionide-fake allows the user to override the default conventions used to find and run FAKE builds. To do so You need to create an .ionide file in the root folder of Your project opened by Atom. The configuration file uses the TOML language.

Here is the default configuration values used if the .ionide file doesn't exist or some entry is missing:

[Fake]
linuxPrefix = "mono"
command = "build.cmd"
build = "build.fsx"

Build Instructions

Contributing and Copyright

The project is hosted at GitHub where you can report issues, fork the project, and submit pull requests to develop branch.

The library is released under the MIT license, which allows modification and redistribution for both commercial and non-commercial purposes.