10000 GitHub - kzaitsev/grvm at v0.1.1
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

kzaitsev/grvm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GRVM Build Status

RVM replacement

Features

  • Less shell scripts
  • Builded on Go with BoltDB
  • Ruby-build

TODO

  • Hooks to set ruby version (.ruby-verion, Gemfile)
  • Gemsets maybe

Installation

curl -s https://raw.githubusercontent.com/Bugagazavr/grvm/master/install.sh | bash --

Do not forget add to your zshrc or bashrc:

< 6CA8 div class="highlight highlight-source-shell notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="# GRVM [[ -s "$HOME/.grvm/scripts/grvm" ]] && source $HOME/.grvm/scripts/grvm">
# GRVM
[[ -s "$HOME/.grvm/scripts/grvm" ]] && source $HOME/.grvm/scripts/grvm

Development

You need Go 1.5 + for development

mkdir -p $GOPATH/src/github.com/Bugagazavr/grvm
git clone https://github.com/Bugagazavr/grvm.git $GOPATH/src/github.com/Bugagazavr/grvm
cd $GOPATH/src/github.com/Bugagazavr/grvm
make devinstall
source ~/.grvm/scripts/grvm

Contribution

Your welcome

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published
0