/rvm-windows

Clone of RVM.io for MS Windows

Primary LanguageJavaScriptMIT LicenseMIT

rvm-windows

npm package downloads License: MIT

Unofficial port of RVM.io (RVM) for MS Windows

As there is no RVM.io available for native windows, but only for POSIX by Cygwin, this is a reimplementation of rvm.io features for native MS Windows.

Pre alpha project template.

Our goal is not to 100% reimplement all features of rvm.io, but the most important and common ones. And maybe add some special Windows related stuff.

Table of contents

Usage

Usage example

rvm list

Installation

You can either use npm or yarn to install rvm-windows.

After install the command rvm is available on the command line.

On your command line execute the following command:

yarn

yarn global add rvm-windows

npm

npm install -g rvm-windows

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/magynhard/rvm-windows. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.