All Projects โ†’ faker-ruby โ†’ Faker Bot

faker-ruby / Faker Bot

Licence: mit
A tool to make it easier to pick the right Faker methods to generate the fake data you need. ๐Ÿ”

Programming Languages

ruby
36898 projects - #4 most used programming language

Labels

Projects that are alternatives of or similar to Faker Bot

Flog
๐ŸŽฉ A fake log generator for common log formats
Stars: โœญ 531 (+236.08%)
Mutual labels:  faker
Faker fdw
Because, sometimes, your Elephant must lie
Stars: โœญ 65 (-58.86%)
Mutual labels:  faker
Kotlin Faker
Generate realistically looking fake data such as names, addresses, banking details, and many more, that can be used for testing and data anonymization purposes.
Stars: โœญ 136 (-13.92%)
Mutual labels:  faker
Alicebundle
A Symfony bundle to manage fixtures with Alice and Faker.
Stars: โœญ 742 (+369.62%)
Mutual labels:  faker
Pytest Mimesis
Mimesis integration with the pytest test runner. This plugin provider useful fixtures based on providers from Mimesis.
Stars: โœญ 46 (-70.89%)
Mutual labels:  faker
Fakerator
Random fake data generator with localization for Javascript in Node.js and browser
Stars: โœญ 91 (-42.41%)
Mutual labels:  faker
Mockneat
MockNeat is a Java 8+ library that facilitates the generation of arbitrary data for your applications.
Stars: โœญ 410 (+159.49%)
Mutual labels:  faker
Masquerade
Faker-driven, configuration-based, platform-agnostic, locale-compatible data faker tool
Stars: โœญ 152 (-3.8%)
Mutual labels:  faker
Php Openapi Faker
Library to generate fake data for OpenAPI request/response/schemas
Stars: โœญ 54 (-65.82%)
Mutual labels:  faker
Faker
Go (Golang) Fake Data Generator for Struct
Stars: โœญ 1,698 (+974.68%)
Mutual labels:  faker
Go Randomdata
A tiny generator of random data for golang, also known as a faker
Stars: โœญ 750 (+374.68%)
Mutual labels:  faker
Dtool
ๆ•ฐๆฎ็”Ÿๆˆๅ™จ,ๆ•ฐๆฎๅบ“ๅทฅๅ…ท,ๆ•ฐๆฎๅบ“ๅกซๅ……,ไผชๆ•ฐๆฎ,faker,mysqlๆ•ฐๆฎๅญ—ๅ…ธ,ๆ•ฐๆฎๅบ“ๆฏ”ๅฏน
Stars: โœญ 28 (-82.28%)
Mutual labels:  faker
Beanmother
A library for setting up Java objects as test data.
Stars: โœญ 102 (-35.44%)
Mutual labels:  faker
Faker
Faker is a pure Elixir library for generating fake data.
Stars: โœญ 673 (+325.95%)
Mutual labels:  faker
Morphlingjs
A CLI to mock with meaningful data a REST API from a Swagger file
Stars: โœญ 148 (-6.33%)
Mutual labels:  faker
Bogus
๐Ÿ“‡ A simple and sane fake data generator for C#, F#, and VB.NET. Based on and ported from the famed faker.js.
Stars: โœญ 5,083 (+3117.09%)
Mutual labels:  faker
Random
Generate random strings or numeric values
Stars: โœญ 68 (-56.96%)
Mutual labels:  faker
Fake Api Jwt Json Server
A Fake API with JWT Authentication using json-server and jsonwebtoken
Stars: โœญ 151 (-4.43%)
Mutual labels:  faker
Fakerql
Hosted faker GraphQL endpoint for frontend developers
Stars: โœญ 152 (-3.8%)
Mutual labels:  faker
Faker
A library for Dart that generates fake data.
Stars: โœญ 103 (-34.81%)
Mutual labels:  faker

faker-bot

CI Gem Version Open Source Helpers Maintainability Test Coverage

Quickly look up Faker methods without leaving your terminal!

faker-bot-demo

๐Ÿ“– Code Documentation

Installation

$ gem install faker-bot

Usage

1.) Run a quick lookup

$ faker search name
# Faker::SwordArtOnline
# โ””โ”€โ”€ real_name
# โ””โ”€โ”€ game_name
# Faker::Superhero
# โ””โ”€โ”€ name
# ....

2.) List methods

$ faker list
# Faker::BackToTheFuture
# โ”œโ”€โ”€ quote
# โ”œโ”€โ”€ date
# โ””โ”€โ”€ character
# Faker::Finance
# โ””โ”€โ”€ credit_card
# ....

faker also includes an option to display sample output via the --verbose or -v flag. ๐Ÿ˜‰

3.)

$ faker list -v
# Faker::Appliance
# โ”œโ”€โ”€ brand=> Whirlpool
# โ””โ”€โ”€ equipment=> Sump pump
# Faker::UmphreysMcgee
# โ””โ”€โ”€ song=> Headphones & Snowcones
$ faker search name -v
# Faker::App
# โ””โ”€โ”€ name=> Subin
# Faker::Address
# โ””โ”€โ”€ street_name=> Percy Landing
# ....

Development

After checking out the repo, run bin/setup to install dependencies. Then, run rake spec to run the tests. You can also run bin/console for an interactive prompt that will allow you to experiment.

To install this gem onto your local machine, run bundle exec rake install. To release a new version, update the version number in version.rb, and then run bundle exec rake release, which will create a git tag for the version, push git commits and tags, and push the .gem file to rubygems.org.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/faker-ruby/faker-bot. See CONTRIBUTING.md. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

Credits

Terminal awesomeness made easy by the TTY Toolkit. ๐Ÿบ

License

The gem is available as open source under the terms of the MIT License.

Code of Conduct

Everyone interacting in the faker-bot projectโ€™s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].