Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/willnet/takarabako
random Japanese name of game item generator
https://github.com/willnet/takarabako
Last synced: 5 days ago
JSON representation
random Japanese name of game item generator
- Host: GitHub
- URL: https://github.com/willnet/takarabako
- Owner: willnet
- License: mit
- Created: 2013-11-01T13:27:37.000Z (about 11 years ago)
- Default Branch: main
- Last Pushed: 2024-01-22T09:23:11.000Z (about 1 year ago)
- Last Synced: 2025-01-19T19:07:08.864Z (7 days ago)
- Language: Ruby
- Homepage:
- Size: 29.3 KB
- Stars: 79
- Watchers: 1
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Takarabako
[![Build Status](https://travis-ci.org/willnet/takarabako.png)](https://travis-ci.org/willnet/takarabako)
[![Gem Version](https://badge.fury.io/rb/takarabako.png)](http://badge.fury.io/rb/takarabako)ランダムにアイテム名を返すツールです。ゲームを作る際のテストなどに使えます。
## Usage
```ruby
Takarabako.open #=> "雷神の剣"
Takarabako.open #=> "インフィニティグローブ"
Takarabako.open #=> "賢者の鎧"
Takarabako.open #=> "ルシフェルレイピア"
```出力される名前の候補となるデータは `lib/data/names.ja.yml` と `lib/data/names.en.yml` にあるので、必要であればファイルを修正してください。
### takarabakoコマンド
takarabakoをインストールすると
`takarabako` コマンドが使えるようになります。
```
> takarabako
雷神の剣
> takarabako
賢者の鎧
```
## Supported versions- 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## Installation
Add this line to your application's Gemfile:
gem 'takarabako'
And then execute:
$ bundle
Or install it yourself as:
$ gem install takarabako
## Contributing
1. Fork it
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 new Pull Request