Entity Factory is a library used for quickly creating fixture data from plain objects or classes using faker. Inspired by laravel's factories for generating test data. Currently the library supports plain JS objects and Typeorm entities.
Features
Generate plain javascript objects on demand
Generate objects with nested relations
Typeorm Support - Generate and Persist Entities and nested relations