Skip to main content

Installation

Install via npm

To install GitProxy, you must first install Node.js. Then, use the npm package manager:

npm install -g @finos/git-proxy

To install the GitProxy Command Line Interface (CLI), run:

npm install -g @finos/git-proxy-cli

Install a specific version

To install a specific version of GitProxy, append the version to the end of the install command:

npm install -g @finos/git-proxy@latest

To install a specific version of the GitProxy CLI, append the version to the end of the install command:

npm install -g @finos/git-proxy-cli@1.0.0