Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/melezhik/sparrow-rvm
- Owner: melezhik
- Created: 2017-04-01T19:09:26.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-14T18:01:48.000Z (about 6 years ago)
- Last Synced: 2024-11-05T21:50:02.822Z (2 months ago)
- Topics: ruby, rvm, sparrow, sparrowdo
- Language: Shell
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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