ionide / ionide-atom-fake

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Project is deprecated, we suggest to use VSCode version of Ionide instead]

Ionide-FAKE

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

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

Features

  • Run any build target defined in your project's FAKE build script
  • Panel in which you can display output of any FAKE build run in the current Atom session (including currently running builds)

Configuration

Since version 1.1.0, ionide-fake allows to override the default conventions used to find and run FAKE builds. To do so, an .ionide file needs to be created in the root folder of the project in the current Atom session. The configuration file uses the TOML language.

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

[Fake]
linuxPrefix = "mono"
command = "build.cmd"
build = "build.fsx"
  • Linux Prefix - command used as prefix on Linux / Mac - usually sh or mono

  • Command - command executed as build taking build name as parameter - usually build.cmd, build.sh, build.ps1

  • Build - FAKE build script, which is parsed to obtain list of possible builds - usually build.fsx, fake.fsx

Build Instructions

  • Clone this repository
  • Checkout develop branch
  • Run build.cmd (for Windows) or build.sh (for Linux / Max) to build projects
  • Go to release folder and run apm link to create symbolic link between plugin and Atom's plugins folder
  • Run Atom

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.

About

License:MIT License


Languages

Language:F# 95.8%Language:Shell 3.1%Language:Batchfile 1.1%