Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fakedata: add page #5675

Merged
merged 12 commits into from
Apr 10, 2021
24 changes: 24 additions & 0 deletions pages/common/fakedata.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# fakedata

> Generate fake data using a large variety of generators.
> More information: <https://github.com/lucapette/fakedata>.

- List all valid generators:

`fakedata --generators`

- Generate data using one or more generators:

`fakedata {{generator1}} {{generator2}}`

- Generate data with a specific output format:

`fakedata --format {{csv|tab|sql}} {{generator}}`

- Generate a given number of fake data items (defaults to 10):

`fakedata --limit {{n}} {{generator}}`

- Generate data using a custom output template (the first letter of generator names must be capitalized):

`echo "\{\Generator\}\}" | fakedata`
nicokosi marked this conversation as resolved.
Show resolved Hide resolved