Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/masawada/gemapp


https://github.com/masawada/gemapp

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

GEMAPP
======

## Requirements
- ruby
- bundler

## Installation
drop `gemapp` in your $PATH and `echo "export $HOME/.gemapps/.bin:$PATH" > .*shrc`

All gems are installed in `$HOME/.gemapps`

## Usage
### Install gemapps
```
$ gemapp
```

for example:

```
$ gemapp sass
$ gemapp -g https://github.com/motemen/git-browse-remote.git git-browse-remote
```

### Uninstall gemapps
```
$ gemapp -r
```

for example:

```
$ gemapp -r sass
```

### Installed app list
```
$ gemapp -l
```