Project

rvmbs

0.0
No commit activity in last 3 years
No release in over 3 years
RVM Bootstrap - Command to create a project directory with a configured .rvmrc into.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
 Project Readme

RVM Bootstrap

Command to create a directory project with a configured .rvmrc into.

Requirements

Just RVM installed.

Installation

gem install rvmbs

Usage

$ rvmbs -d my_project    

Generates a my_project directory with a trusted .rvmrc file contains:

rvm use --create 1.9.2@my_project

Run rvmbs --help or gem man rvmbs for more options.

Config File

rvmbs use a config file (yaml) on your home dir: '.rvmbsrc'

implementation: 1.9.3

To Do

  • Add tests.
  • Bundler integration.

Copyright

Copyright (c) 2012 Jorge Luis PĂ©rez. See LICENSE for details.