Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/douglascamata/rbenv-irb-config
rbenv and ruby-build integration for irb-config
https://github.com/douglascamata/rbenv-irb-config
Last synced: 3 days ago
JSON representation
rbenv and ruby-build integration for irb-config
- Host: GitHub
- URL: https://github.com/douglascamata/rbenv-irb-config
- Owner: douglascamata
- License: wtfpl
- Created: 2015-09-15T22:21:03.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-15T22:56:26.000Z (about 9 years ago)
- Last Synced: 2024-10-11T14:08:37.917Z (26 days ago)
- Language: Shell
- Homepage:
- Size: 133 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rbenv-irb-config
Simple integration of [nviennot/irb-config](https://github.com/nviennot/irb-config/) with [rbenv](https://github.com/sstephenson/rbenv/) and [ruby-build](https://github.com/sstephenson/ruby-build/) for easy installation and automatic updates when new ruby versions are installed.
## Installation
```shell
mkdir -p "$(rbenv root)/plugins"
git clone https://github.com/douglascamata/rbenv-irb-config.git "$(rbenv root)/plugins/irb-config"
rbenv irb-config install
```
## Manual update```shell
rbenv irb-config update
```## Features
Please visit [nviennot/irb-config](https://github.com/nviennot/irb-config/) for information about all the awesomeness of irb-config!
## License
`rbenv-irb-config` is released under the WTFPL license. For more information see the LICENSE file.