https://github.com/nguyenanh/fastgem
Command line color tool for search Ruby Gem faster
https://github.com/nguyenanh/fastgem
ruby rubygems
Last synced: 10 months ago
JSON representation
Command line color tool for search Ruby Gem faster
- Host: GitHub
- URL: https://github.com/nguyenanh/fastgem
- Owner: Nguyenanh
- Created: 2015-12-27T13:37:21.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-31T01:59:46.000Z (over 10 years ago)
- Last Synced: 2024-12-13T00:02:52.341Z (over 1 year ago)
- Topics: ruby, rubygems
- Language: Ruby
- Homepage:
- Size: 17.6 KB
- Stars: 95
- Watchers: 6
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fastgem

Fastgem is a terminal client for searching inside your ruby gems.
https://github.com/Nguyenanh/fastgem
Required:
- `ruby` 1.9 or greater (see https://www.ruby-lang.org/en/installation/ )
- `rubygems` (included with ruby; see https://github.com/rubygems/rubygems )
Recommended:
- `rvm` for controling your versions of ruby (see: https://github.com/rvm/rvm )
## Installation
Install as you would any other ruby gem:
```
$ gem install fastgem
```

## Using
To find which gems contain the string "foo", you would type:
```
$ fastgem search 'foo'
```
To add option order by count doanloads, you would type:
```
$ fastgem search -d 'foo'
```
## Contributing
1. Fork the project ( https://github.com/Nguyenanh/fastgem/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new pull request with a description of your changes
## Features-v0.2.0
* Push Gem on RubyGem via terminal color progress