๐ฅ๏ธCLI-firstRun `nest-seed` with zero changes to your app code. Auto-detects your config, scaffolds files with `init`, and lists seeders with `list`.
๐ญFactories + Faker.jsDeclare realistic data with the `@Factory` decorator. Supports dependent fields, factory inheritance, and per-record overrides.
๐Works with your ORMTypeORM, Mongoose, Prisma, or anything Nest can inject. You own the seeders โ the library wires and runs them.
๐ฏSelective & safeRun specific seeders by name, refresh (drop + reseed) in foreign-key-safe order, or preview with `--dry-run`.
๐ฆDual ESM + CJSShips modern ESM and CommonJS builds with full TypeScript declarations. Type-safe factories and config.
๐งชTest-friendlyThe same factories and seeders you run from the CLI work great inside your test suite.