Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/melezhik/sparrow-rvm

install rvm and Ruby
https://github.com/melezhik/sparrow-rvm

ruby rvm sparrow sparrowdo

Last synced: 18 days ago
JSON representation

install rvm and Ruby

Awesome Lists containing this project

README

        

# SYNOPSIS

Install rvm and Ruby

# INSTALL

$ sparrow plg install rvm

# Build status

[![Build Status](https://travis-ci.org/melezhik/sparrow-rvm.svg)](https://travis-ci.org/melezhik/sparrow-rvm)

# Usage

## By sparrow

$ sparrow plg run rvm # install rvm with default Ruby
$ sparrow plg run rvm --param ruby_version=2.1.2 # install specific Ruby version

## By sparrowdo

$ cat sparrowfile

task-run "install rvm and ruby 2.2.2", "rvm", %(
ruby_version => "2.2.2"
);

# Author

Alexey Melezhik