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

https://github.com/ghuls-apps/ghuls-cli

The command line application for GHULS
https://github.com/ghuls-apps/ghuls-cli

github ruby-application statistics

Last synced: about 10 hours ago
JSON representation

The command line application for GHULS

Awesome Lists containing this project

README

          

# ghuls-cli
[![Gem Version](https://badge.fury.io/rb/ghuls.svg)](https://badge.fury.io/rb/ghuls)

The command line application for GHULS

## Gem Installation
### RubyGems
```
$ gem install ghuls
```

### Bundler
Add this line to the application's Gemfile:
``` ruby
gem 'ghuls'
```

And then execute:
```
$ bundle
```