@aopslabs/domain-kit-sys
v0.3.1
Published
Runtime composition helpers and error resources for Sys domain services.
Downloads
1,061
Readme
@aopslabs/domain-kit-sys
Runtime composition helpers for Sys domain services. It provides configuration, service-provider integration, unified service access, operation contracts, and localized error resources.
Installation
npm install @aopslabs/domain-kit-sysUsage
import { createSysKitWithEnv, getSysKitEnvConfig } from '@aopslabs/domain-kit-sys'
const { kit } = createSysKitWithEnv({
envConfig: getSysKitEnvConfig(),
baseContext: {
tenantId: 'tenant-1',
locale: 'en',
fallbackLocale: 'en',
logger,
},
})TypeScript declarations are included with the compiled JavaScript output.
License
Copyright (c) 2026 Mehmet Zeki Sönmez.
Licensed under the PolyForm Strict License 1.0.0. The license permits noncommercial use and does not grant permission to modify or redistribute the package.
