ランダムにアイテム名を返すツールです。ゲームを作る際のテストなどに使えます。
Takarabako.open #=> "雷神の剣"
Takarabako.open #=> "インフィニティグローブ"
Takarabako.open #=> "賢者の鎧"
Takarabako.open #=> "ルシフェルレイピア"
出力される名前の候補となるデータは lib/data/names.ja.yml
と lib/data/names.en.yml
にあるので、必要であればファイルを修正してください。
takarabakoをインストールすると
takarabako
コマンドが使えるようになります。
> takarabako
雷神の剣
> takarabako
賢者の鎧
- 2.3.x
- 2.4.x
- 2.5.x
- 2.6.x
- 2.7.x
- 3.0.x
- 3.1.x
- 3.2.x
- 3.3.x
Add this line to your application's Gemfile:
gem 'takarabako'
And then execute:
$ bundle
Or install it yourself as:
$ gem install takarabako
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request