Installation
Install via npm
To install Git Proxy, you must first install Node.js. Then, use the npm package manager:
npm install -g @finos/git-proxy
To install the Git Proxy Command Line Interface (CLI), run:
npm install -g @finos/git-proxy-cli
Install a specific version
To install a specific version of Git Proxy, append the version to the end of the install command:
npm install -g @finos/git-proxy@latest
To install a specific version of the Git Proxy CLI, append the version to the end of the install command:
npm install -g @finos/git-proxy-cli@1.0.0