egame-common-lib
v1.0.0
Published
Shared common library for E-Game microservices
Maintainers
Readme
@egame/common
Shared common library for E-Game microservices platform.
Installation
npm install @egame/commonUsage
import { RmqModule, DatabaseModule, JwtAuthGuard } from '@egame/common';Features
- RabbitMQ integration module
- MongoDB database module (with auth-specific variant)
- JWT authentication guards
- Service discovery
- Health checks
- Common DTOs and interfaces
- Decorators and filters
Development
# Install dependencies
npm install
# Build the library
npm run build
# Watch mode for development
npm run watch
# Publish to npm (requires authentication)
npm publishLicense
MIT
