Coder Social home page Coder Social logo

vladdou / forge Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ionide/forge

0.0 3.0 0.0 6.23 MB

F# CLI tool for project, file, and solution management

Home Page: http://forge.run

License: The Unlicense

Batchfile 0.08% F# 99.63% Shell 0.29%

forge's Introduction

Join the chat at https://gitter.im/fsharp-editing/Forge

Forge (F# Project Builder)

Forge is a command line tool that provides tasks for creating F# projects with no dependence on other languages. For more documentation please visit our wiki pages

Installing

Via Scoop.sh (Windows)

You can install Forge via the Scoop package manager on Windows

scoop install forge

Via Homebrew (OSX)

You can install Forge via the Homebrew package manager on OS X

brew tap samritchie/forge && brew install forge

Via Linuxbrew (Linux)

You can install Forge via the Linuxbrew package manager on Linux

brew tap samritchie/forge && brew install forge

Other

You can download one of the releases found at https://github.com/fsharp-editing/Forge/releases

Alternately you can clone the repo, build the source, and then move the files in your bin folder to a location of your choosing.

On Linux:

One option is to build the project from source and create a symlink.

Choose an installation directory:

export BUILD_DIR=apps
mkdir -p $BUILD_DIR
cd $BUILD_DIR

Clone the repo and build the app:

git clone https://github.com/fsharp-editing/Forge
cd Forge
./build.sh

Choose a location for the executable:

export INSTALL_DIR=~/bin
mkdir -p $INSTALL_DIR

Ensure that the destination directory is on the user's $PATH. For example, in the user's .bashrc, add the following line:

export PATH=~/bin:$PATH

Reload the .bashrc with source or .:

. ~/.bashrc

Create a symlink that points to the script, which runs executable.

ln -s `pwd`/temp/forge.sh $INSTALL_DIR/forge

Contributing and copyright

The project is hosted on GitHub where you can report issues, fork the project and submit pull requests.

The library is available under unlicense, which allows modification and redistribution for both commercial and non-commercial purposes.

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

Maintainer(s)

forge's People

Contributors

krzysztof-cieslak avatar cloudroutine avatar reidev275 avatar spencerwi avatar bartsokol avatar takemyoxygen avatar kragt avatar inosik avatar andredublin avatar jeroldhaas avatar joncfoo avatar tarmil avatar samritchie avatar ncave avatar jindraivanek avatar lasandell avatar chrsteinert avatar aserogin avatar puffybsd avatar kerams avatar fswalker avatar gitter-badger avatar forki avatar rmunn avatar rojepp avatar pver avatar mangelmaxime avatar drvink avatar coolya avatar krgn avatar

Watchers

James Cloos avatar Vladimir Douritski avatar  avatar

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.