w3tecch / typeorm-seeding

🌱 A delightful way to seed test data into your database.
https://www.npmjs.com/package/typeorm-seeding
MIT License
877 stars 131 forks source link

Hello. I just have a question #232

Open godtaehee opened 2 years ago

godtaehee commented 2 years ago

Hello, I have a question.

Recently, I study so much amount of open source.

In "35be61a598" commit(almost initial commit in this project), there are some file which I can't fully understand it.

But Readme say proper Usage to User who use this project(typeorm-seeding).

But I don't understand that how can achieve it although There are not proper files which execute some action in Usage.

In this link, Readme Says how to create a factory for your entity

But How is possible if some user download typeorm-seeding which have "35be61a598" commit version, I think this is not implemented version

Anyone help ?

jorgebodega commented 1 year ago

Hello!

I think i'm not fully understanding what you are asking for, but I suppose that you are talking about using different versions.

When you're using a library, you should read the documentation of the version you're using. Developer is responsible of the documentation, and to keep it updated. So if you're using the version of that commit, you should attach to that README.

Is that the question?