faker icon indicating copy to clipboard operation
faker copied to clipboard

Document how you can find data / how faker is modularized

Open Shinigami92 opened this issue 3 years ago • 7 comments

Add a section for how faker is modularized and how you can find for what you are searching for This should also provide a link to the API-Search Index Page

Shinigami92 avatar Sep 02 '22 14:09 Shinigami92

Add a section for how faker is modularized

Could you explain a bit what you are referring to? We have the modules, but these are already documented in the API and TS.

ST-DDT avatar Sep 02 '22 15:09 ST-DDT

A human readable introduction about how faker is build and design, for example that there are namespaces and you cannot just use e.g. faker.randomInt() but you need to know that it is foundable in the datatype/number module Also e.g. what the helpers module is for And generally stuff like this, but on one page summarized

Shinigami92 avatar Sep 02 '22 17:09 Shinigami92

Sounds useful, but not sure how much this accounts for. So probably something for the usage section.

ST-DDT avatar Sep 02 '22 22:09 ST-DDT