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()
I really want to make this work. I could use some help here.
https://fakerjsdocs.netlify.app/
https://github.com/Marak/faker.js/tree/master/lib/locales/en
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.
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.