All Projects → mrstebo → FakerDotNet

mrstebo / FakerDotNet

Licence: MIT license
A .NET port of the Ruby faker gem

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to FakerDotNet

Faker.js
generate massive amounts of realistic fake data in Node.js and the browser
Stars: ✭ 34,329 (+228760%)
Mutual labels:  fake, faker, fake-data
random
Random data generator AKA faker
Stars: ✭ 14 (-6.67%)
Mutual labels:  fake, faker, fake-data
Faker.NET.Portable
C# port of the Ruby Faker gem (http://faker.rubyforge.org/)
Stars: ✭ 22 (+46.67%)
Mutual labels:  fake, faker
faker-buzzword-job-titles
👔 A job title generator for faker based on Buzzwords.
Stars: ✭ 14 (-6.67%)
Mutual labels:  fake, faker
Mimesis
Mimesis is a high-performance fake data generator for Python, which provides data for a variety of purposes in a variety of languages.
Stars: ✭ 3,439 (+22826.67%)
Mutual labels:  fake, faker
faker
Generate massive amounts of fake data in the browser and node.js
Stars: ✭ 6,940 (+46166.67%)
Mutual labels:  fake, faker
Mockaco
🐵 HTTP mock server, useful to stub services and simulate dynamic API responses, leveraging ASP.NET Core features, built-in fake data generation and pure C# scripting
Stars: ✭ 213 (+1320%)
Mutual labels:  fake, faker
minifaker
A lightweight alternative to faker.js
Stars: ✭ 64 (+326.67%)
Mutual labels:  fake, faker
fastfaker
Fast, concurrent fake data generator for any structure or type.
Stars: ✭ 21 (+40%)
Mutual labels:  faker, faker-library
Fakerator
Random fake data generator with localization for Javascript in Node.js and browser
Stars: ✭ 91 (+506.67%)
Mutual labels:  fake, faker
Faker
A library for Dart that generates fake data.
Stars: ✭ 103 (+586.67%)
Mutual labels:  fake, faker
mkjson
A commandline tool to generate static or random JSON records
Stars: ✭ 16 (+6.67%)
Mutual labels:  fake, faker
talltale
A Clojure/ClojureScript Fake Data Generator Library
Stars: ✭ 62 (+313.33%)
Mutual labels:  fake, fake-data
Faker
Go (Golang) Fake Data Generator for Struct
Stars: ✭ 1,698 (+11220%)
Mutual labels:  faker, fake-data
Fake Apache Log Generator
Generate a boatload of Fake Apache Log files very quickly
Stars: ✭ 207 (+1280%)
Mutual labels:  fake, faker
dummy-products-api
An api to fetch dummy e-commerce product 👕 👗 👖 👚 JSON data with placeholder images.
Stars: ✭ 102 (+580%)
Mutual labels:  fake, fake-data
miz
🎯 Generate fake data, Just like a person.
Stars: ✭ 24 (+60%)
Mutual labels:  faker, fake-data
faker
A set of javascript packages that generates fake data for you.
Stars: ✭ 33 (+120%)
Mutual labels:  faker, fake-data
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 (+33786.67%)
Mutual labels:  fake, faker
Faker
Faker is a Python package that generates fake data for you.
Stars: ✭ 13,401 (+89240%)
Mutual labels:  fake, fake-data

FakerDotNet

A .NET port of the Ruby faker gem

Build status Coverage Status NuGet Version

Contents

Installing

Install-Package FakerDotNet

Usage

var firstName = Faker.Name.FirstName(); // John
var lastName = Faker.Name.LastName(); // Smith

Contributing

There are many ways you can contribute to FakerDotNet. Like most open-source software projects, contributing code is just one of many outlets where you can help improve. Some of the things that you could help out with in FakerDotNet are:

  • Documentation
  • Bug reports
  • Bug fixes
  • Feature requests
  • Feature implementations
  • Test coverage
  • Code quality

Copyright

Copyright © 2018 Steven Atkinson and contributors

License

FakerDotNet is licensed under MIT. Refer to LICENSE for more information.

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].