BestGems の検索結果を表示する ruboty-bestgems を作成しました
概要
BestGems の検索結果を表示する ruboty-bestgems を作成しました
用途
任意の gem の
- 総ダウンロード数
- 日次ダウンロード数
- 総ランキング
- 日次ランキング
を取得します
Installation
Add this line to your application's Gemfile:
gem 'ruboty-bestgems'
And then execute:
$ bundle
Or install it yourself as:
$ gem install ruboty-bestgems
Commands
Command | Pattern | Description |
---|---|---|
total_downloads | /total_downloads (?<gem_name>.+)\z/ | latest total_download count |
daily_downloads | /daily_downloads (?<gem_name>.+)\z/ | latest daily_download count |
total_ranking | /total_ranking (?<gem_name>.+)\z/ | latest total_ranking |
daily_ranking | /daily_ranking (?<gem_name>.+)\z/ | latest daily_ranking |
Usage
total_downloads
- latest total_download count
>ruboty total_downloads ruboty-megen
>356
daily_downloads
- latest daily_download count
>ruboty daily_downloads ruboty-megen
>10
total_ranking
- latest total_ranking
>ruboty total_ranking ruboty-megen
>84052
daily_ranking
- latest daily_ranking
>ruboty daily_ranking ruboty-megen
>12021
ENV
Name | Description |
---|---|
-- | -- |
Dependency
Name | Description |
---|---|
BestGems API version 1 | BestGems API version 1 |
Tools
※ Ruboty Handler Plugin の作成には以下のジェネレータを使っています
- Ruboty | 【怠惰は正義】ruboty-gen で Handlers と Actions のひな形を作成
- Ruboty | Ruboty Handler Plugin 作成時に公開するための Markdown 形式の技術エントリ テンプレートジェネレータ
- Ruboty | Ruboty Handler Plugin 作成時の README テンプレートジェネレータ