Anarchitecture Bricks Docs

Repository documentation hub for packages, guides, and generated references.

@anarchitects/identity-nest

NestJS facade and layer entry points for the Anarchitecture identity domain.

Developer + AI Agent Start Here

Features

Installation

npm install @anarchitects/identity-nest
# or
yarn add @anarchitects/identity-nest
# or
pnpm add @anarchitects/identity-nest

Exports

Import path Description
@anarchitects/identity-nest Root facade module and convenience re-exports
@anarchitects/identity-nest/application Application-layer placeholder module
@anarchitects/identity-nest/presentation Presentation-layer placeholder module
@anarchitects/identity-nest/infrastructure Infrastructure-layer placeholder module
@anarchitects/identity-nest/config Typed config namespace and module option helpers

Usage

import { Module } from '@nestjs/common';
import { IdentityModule } from '@anarchitects/identity-nest';

@Module({
  imports: [IdentityModule.forRoot()],
})
export class AppModule {}

Scripts

Development notes

Contributing

Keep presentation -> application <- infrastructure boundaries intact and add new behavior through the published entry points.

License

Licensed under the Apache License, Version 2.0.

Source Links