RobinCK / typeorm-fixtures

:pill: Fixtures loader for typeorm 🇺🇦
https://robinck.github.io/typeorm-fixtures/
MIT License
566 stars 45 forks source link

[Feature request] Add faker examples with parameters in README #213

Open lpicchi opened 1 year ago

lpicchi commented 1 year ago

As this lib is using faker.helpers.fake helper parameters can be used. It would be great to have it mentioned in the README.

Example:

entity: MyEntity
items:
  myEntity1:
    randomNumericString:  '{{string.numeric({ "length": 4 })}}'