modules/<module>/src/repositories/<Name>Repository.ts and modules/<module>/tests/repositories/<Name>Repository.spec.ts, and installs the @ooneex/repository dependency if it is missing.
Usage
Examples
Options
| Option | Description | Default |
|---|---|---|
--name | Resource name (the Repository suffix is appended automatically). | Prompted if omitted |
--module | Target module. | shared |
--override | Overwrite an existing file without confirmation. | false |
AI Skill
This command ships a matchingrepository:create skill. Your AI agent uses it to generate a new TypeORM repository class and its test file, then complete the CRUD and domain-specific methods for database operations on an entity.
- Claude
- Codex