@reyzaps/nest-console
v0.0.12
Published
A **NestJS REPL library** to quickly explore your TypeORM entities and repositories, similar to Rails `console`. Works with any NestJS project and automatically loads all entities from your DataSource.
Downloads
1,200
Readme
@reyzaps/nest-console
A NestJS REPL library to quickly explore your TypeORM entities and repositories, similar to Rails console.
Works with any NestJS project and automatically loads all entities from your DataSource.
Features
- Start a REPL console with
nestjs>prompt - Automatically loads all entities and repositories
- Provides helper functions like User.find() to get all data
- Works with TypeORM DataSource
- Standalone, reusable, and publishable to npm
Installation
From npm
npm install @reyzaps/nest-console