Skip to content

justJay-dev/faker-dot-cs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

faker-dot-cs

A good faith effort to port of faker.js to C#. In some cases, the API is not identical, but the intent is to be as close as possible and include some of hte nice-to-haves from c#.

Examples of deviation include: instead of .number() we have .Int(), .Double(), .Float(), .Decimal()

Localization

I really want to make this work. I could use some help here.

Original Notes

https://fakerjsdocs.netlify.app/

https://github.com/Marak/faker.js/tree/master/lib/locales/en

TODO:

There are several lines marked with // TODO: in the code. These are things that need to be done before this is ready for production use.

Usage

sh make build will build the project. sh make test will run the tests. sh make clean will clean the project. sh make restore will restore the project.

About

a .net port of faker.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages