Generates fake data for Japanese names, numbers, addresses, and more. Note: Please be aware that this gem is under heavy development. / 日本の名前や数字・住所などのサンプルデータを生成します。
Add this line to your application's Gemfile:
gem 'fakerjp'
And then execute:
$ bundle
Or install it yourself as:
$ gem install fakerjp
Check version / バージョンチェック
Fakerjp::VERSION #=> 0.1.1
# Generate a random last name / 苗字データの生成
Fakerjp::People.last_name #=> 山田
# Generate a random first name / 名前データの生成
Fakerjp::People.first_name #=> 詩織
# Generate a random full name / フルネームデータの生成
Fakerjp::People.full_name #=> 中村陸
# Generate a random prefecture / 都道府県データの生成
Fakerjp::Geography.prefecture #=> 北海道
Test
rspec
Console
# This code automatically loads the local version of fakerjp / 自動でローカルのfakerjpを読み込みます
rake console
Bug reports and pull requests are welcome on GitHub at https://github.com/lilisako/fakerjp.