FakerDotNet icon indicating copy to clipboard operation
FakerDotNet copied to clipboard

A .NET port of the Ruby faker gem

FakerDotNet

A .NET port of the Ruby faker gem

Build status Coverage Status NuGet Version

Contents

  • Installing
  • Usage
    • Faker.Address
    • Faker.Ancient
    • Faker.App
    • Faker.Avatar
    • Faker.Bank
    • Faker.Beer
    • Faker.Book
    • Faker.Boolean
    • Faker.Business
    • Faker.Cat
    • Faker.ChuckNorris
    • Faker.Coffee
    • Faker.Color
    • Faker.Commerce
    • Faker.Company
    • Faker.Compass
    • Faker.CreditCard
    • Faker.Date
    • Faker.Demographic
    • Faker.DragonBall
    • Faker.Educator
    • Faker.Fake
    • Faker.File
    • Faker.Fillmurray
    • Faker.Food
    • Faker.GameOfThrones
    • Faker.Hacker
    • Faker.HarryPotter
    • Faker.Hipster
    • Faker.Internet
    • Faker.LordOfTheRings
    • Faker.Lorem
    • Faker.LoremFlickr
    • Faker.LoremPixel
    • Faker.Matz
    • Faker.MichaelScott
    • Faker.Music
    • Faker.Name
    • Faker.Number
    • Faker.PhoneNumber
    • Faker.Placeholdit
    • Faker.Pokemon
    • Faker.Random
    • Faker.RickAndMorty
    • Faker.RockBand
    • Faker.RuPaul
    • Faker.SlackEmoji
    • Faker.Space
    • Faker.StarWars
    • Faker.Superhero
    • Faker.Team
    • Faker.Time
    • Faker.TwinPeaks
    • Faker.University
    • Faker.Vehicle
    • Faker.Zelda
  • Contributing
  • Copyright
  • License

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.