Skip to content

bjorkqvist/FakerDotNet

 
 

Repository files navigation

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.

About

A .NET port of the Ruby faker gem

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%