Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.