0.3.11 • Published 4 years ago

onivim-dl v0.3.11

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

onivim-dl

Onivim 2 Command Line Interface Download Utility

Command line interface to authenticate with Outrun Labs and download the stable or nightly early access builds (alpha) of Onivim 2.

Repositories

Installation

npm install -g onivim-dl

or

git clone https://git.sr.ht/~rxw/onivim-dl
make install

Setup license key

Pass your LICENSE_KEY via your environment or put it in

~/.config/onivim-dl/licenseKey

The file should look like this:

LICENSE_KEY=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx

Usage

onivim-dl [command]

Commands:
  onivim-dl download  Download Onivim
  onivim-dl head      Get latest commit
  onivim-dl cur       Get current version
  onivim-dl license   Validate license key
  onivim-dl account   Get user account info

Options:
      --help      Show help                                            [boolean]
      --version   Show version number                                  [boolean]
  -b, --branch    Select branch                     [string] [default: "stable"]
  -p, --platform  Select platform                    [string] [default: "linux"]
  -v, --verbose   Verbose output                                       [boolean]
0.3.11

4 years ago

0.3.10

4 years ago

0.3.9

4 years ago

0.3.6

4 years ago

0.3.8

4 years ago

0.3.7

4 years ago

0.3.5

4 years ago

0.3.4

4 years ago

0.3.3

4 years ago

0.3.2

4 years ago

0.3.1

4 years ago