signa-app-entities
v0.1.0
Published
Shared TypeORM entities for Signa services.
Readme
signa-entities
Shared TypeORM entity package for Signa services.
Setup
npm install
npm run buildAdding entities
Put entity files into src/entities/ and export them from src/index.ts.
Example:
export * from "./entities/UserEntity";Publishing
npm version patch
npm publishBefore publishing, update the package name, license, and access settings if needed.
