1
0
Fork 0
mirror of synced 2024-06-15 05:21:09 -04:00
zimfw/modules/ruby/README.md

30 lines
508 B
Markdown
Raw Normal View History

Ruby
===
Provides RVM integration and nice aliases for Ruby
RVM
---
If you have RVM installed, this will automatically set it up without
any required configuration to your dot files. To install RVM, see
http://rvm.io
Aliases
-------
### Ruby
- `rb` is short for `ruby`.
### Bundler
- `rbb` bundle install
- `rbbc` bundle clean
- `rbbe` bundle exec
- `rbbi` bundle install --path vendor/bundle
- `rbbl` bundle list
- `rbbo` bundle open
- `rbbp` bundle package
- `rbbu` bundle update