-
Updated
Aug 18, 2021 - JavaScript
#
faker
Here are 493 public repositories matching this topic...
generate massive amounts of realistic fake data in Node.js and the browser
Fake data generator for javascript
-
Updated
Aug 14, 2021 - JavaScript
Expressive fixtures generator
-
Updated
Jun 4, 2021 - PHP
create custom test databases that are populated with fake data
-
Updated
Nov 25, 2019 - Python
Go (Golang) Fake Data Generator for Struct
go
golang
generator
faker
testing-tools
struct
dummy-data
mock-data
fake-data
hactoberfest
dummy-data-generator
-
Updated
Jul 29, 2021 - Go
A Symfony bundle to manage fixtures with Alice and Faker.
-
Updated
Aug 12, 2021 - PHP
igas
commented
Oct 4, 2019
We want to add Elixir.Faker.Pokemon.Ru.location/0
.
If this is the first time you contributing check out this guide.
Comment below if you want to start working on the issue and never be afraid to ask questions.
If you contribute module that does not exist yet [here is a good example PR](elixirs/faker#288
MockNeat - the modern faker lib.
java
csv
big-data
randomization
faker
mocking
random-generation
data-generation
java-8
random-number-generators
lorem-ipsum
data-generator
faker-library
fake-data
faker-generator
randomizer
sample-data
sql-insert
arbitrary-data
sample-data-generator
-
Updated
Jul 26, 2021 - Java
-
Updated
Aug 16, 2021 - TypeScript
anthonyraymond
commented
Mar 19, 2019
- Add healthcheck to Docker image
social
education
analysis
helpdesk
jobs
faker
interview
hr
chinese
human-resource-managment
social-sciences
job-interviews
ti
pua
-
Updated
Aug 2, 2021 - Shell
serpro69
commented
Jun 9, 2021
val configBuilder = FakerConfig.Builder()
.setLocale("nl")
.setUniqueGeneratorRetryLimit(111)
configBuilder.setRandomSeed(42)
val config: FakerConfig = configBuilder.build()
val faker = Faker(config)
The above is currently not supported because:
FakerConfig.Builder
has internally-visible constructor- setter functions need to be added that return an instance o
A Fake API with JWT Authentication using json-server and jsonwebtoken
-
Updated
May 6, 2021 - JavaScript
orval is able to generate client with appropriate type-signatures (TypeScript) from any valid OpenAPI v3 or Swagger v2 specification, either in yaml or json formats. 🍺
react
mock
angular
typescript
swagger
faker
codegen
openapi-specification
msw
react-query
orval
axios-client
-
Updated
Aug 21, 2021 - TypeScript
peterjaap
commented
Sep 25, 2018
Add identify command to find possible columns to anonimize.
It should;
- Loop over all tables in a given database
- Loop over all columns in every table
- Check if the column is (partly?) named like a formatter that is available (
firstname
,email
, etc) - For every identified column, ask whether a yaml entry should be created in a custom yaml file
- Get the list o
A Java port of the Faker ruby gem: https://github.com/stympy/faker/
-
Updated
Jun 23, 2021 - Java
Hosted faker GraphQL endpoint for frontend developers
-
Updated
Jun 19, 2019 - TypeScript
Improve this page
Add a description, image, and links to the faker topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the faker topic, visit your repo's landing page and select "manage topics."
Hi,
Could you add a sentence generator?When generating some articles ,title and content are needed,content can be generated by
randomdata.Paragraph()
,but I don't find which one should be used for generating title.For example: