0.0.9 • Published 6 years ago

oni-version-manager v0.0.9

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

oni-version-manager

Build Status npm version

Command-line utility for managing Oni versions

Description

This tool is designed to assist in getting specific Oni versions for automation. The use case is for plugins that would like to validate against a running instance of Oni.

Usage

# For development, set the folder directly
ovm develop /path/to/root/development/folder

ovm uninstall [VERSION]
ovm install [VERSION]

ovm path [VERSION / develop]

The VERSION can be:

  • latest - this will get the latest GitHub release binaries.

And later, it'd be nice to have:

  • The ability to specify a tag, like ovm v0.3.4
  • The ability to specify a branch, like ovm master

The install command will grab the Oni binaries in a local cache.

The path command will return the path to the Oni binaries, or an error if it has not been installed.