Anarchitecture Bricks Docs

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

@anarchitects/identity-ts

Shared TypeScript models for the Anarchitecture identity domain.

Developer + AI Agent Start Here

Features

Installation

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

Entry points

Import path Description
@anarchitects/identity-ts Root barrel for shared identity models
@anarchitects/identity-ts/models Shared identity model definitions

Usage

import { IdentityProfile } from '@anarchitects/identity-ts';

const profile: IdentityProfile = {
  id: 'identity-profile-id',
};

Scripts

Development notes

Contributing

Add new identity DTOs and models here first, then wire Angular and Nest consumers against the published entry points.

License

Licensed under the Apache License, Version 2.0.

Source Links