Skip to content
This repository has been archived by the owner on Sep 26, 2020. It is now read-only.

Getting started

Krzysztof Cieślak edited this page Nov 8, 2016 · 2 revisions

Installation

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

Other

Download latest version of Forge from GitHub Extract zip file Add Forge location to PATH

Starting Forge

Forge needs to be run in root folder of your solution (place with sln file, root of git repository etc.)

Forge can be run in 2 different modes:

  • Interactive - just type forge to start it.
  • Single execution - type whole command, for example forge new project --name Sample --dir src --template console
Clone this wiki locally