https://github.com/naoty/gem-uninstall-all
gem uninstall all
https://github.com/naoty/gem-uninstall-all
Last synced: about 1 month ago
JSON representation
gem uninstall all
- Host: GitHub
- URL: https://github.com/naoty/gem-uninstall-all
- Owner: naoty
- License: mit
- Created: 2015-07-13T15:06:05.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-13T15:06:23.000Z (almost 10 years ago)
- Last Synced: 2025-01-30T02:13:08.603Z (3 months ago)
- Language: Go
- Homepage:
- Size: 97.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gem uninstall all
## Installation
```
$ go get github.com/naoty/gem-uninstall-all
```## Usage
```
$ gem-uninstall-all
```### ext
This command is compliant with a convention provided by [naoty/ext](https://github.com/naoty/ext).
```
$ go get github.com/naoty/ext
$ alias gem="ext gem"
$ gem uninstall all
```## Author
[naoty](https://github.com/naoty)