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
- Host: GitHub
- URL: https://github.com/ghuls-apps/ghuls-cli
- Owner: ghuls-apps
- License: mit
- Created: 2015-11-02T22:37:07.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-27T05:15:08.000Z (about 10 years ago)
- Last Synced: 2025-12-03T11:17:31.609Z (7 months ago)
- Topics: github, ruby-application, statistics
- Language: Ruby
- Homepage: https://rubygems.org/gems/ghuls
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ghuls-cli
[](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
```