Coder Social home page Coder Social logo

ionide-atom-fake's Introduction

[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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.