Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rkh/rbenv-whatis
https://github.com/rkh/rbenv-whatis
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rkh/rbenv-whatis
- Owner: rkh
- Created: 2012-02-22T13:52:44.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2023-12-08T20:44:56.000Z (11 months ago)
- Last Synced: 2024-10-14T19:42:49.691Z (about 1 month ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 24
- Watchers: 2
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This [rbenv](http://rbenv.org/) plugin resolves abbrevations and aliases to full Ruby version identifiers. It is mainly intended to be used by other plugins, such as [rbenv-use](https://github.com/rkh/rbenv-use).
## Installation
Simply clone the repository into the plugins directory:
mkdir -p "$(rbenv root)/plugins"
git clone https://github.com/rkh/rbenv-whatis.git "$(rbenv root)/plugins/rbenv-whatis"