Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/masawada/gemapp
https://github.com/masawada/gemapp
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/masawada/gemapp
- Owner: masawada
- Created: 2015-02-04T07:30:42.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-18T05:58:17.000Z (almost 10 years ago)
- Last Synced: 2024-04-14T11:54:13.365Z (10 months ago)
- Language: Shell
- Size: 138 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```