1.0.1 • Published 6 years ago

unity-installer v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

unity-installer

npm Build Status Greenkeeper badge David Coverage Status

Minimalist command line installer for Unity with support for semver ranges. Designed for use with Mac OS X hosts in a continuous integration environment.

Prerequisites

Install Node.js for your platform and restart your session such that node and npm are on PATH.

Installation

Install using npm:

npm install -g unity-installer

Usage

See available options:

$ unity-installer
Usage: unity-installer <range> [options]
  -l, --latest      install latest version of Unity (or specify semver range)
  -v, --versions    list available versions to install

Install the latest version of Unity:

$ unity-installer -l

Install the latest version of a particular range:

$ unity-installer ^2017.1

License

See LICENSE.