Skip to content
awekrx edited this page May 29, 2026 · 5 revisions

dev-suite Wiki

Framework-agnostic TypeScript decorators for production-ready cross-cutting logic.

Quick Links

Getting Started

  1. Install:
    • npm i @dev-suite/decorators
  2. Import decorators from root or subpath.
  3. Check the matrix page for params and usage guidance.

Recommended Reading Order

  1. Decorators Matrix
  2. API examples in repository README
  3. Release notes on GitHub

Conventions

  • Keep decorators framework-agnostic.
  • Preserve backward compatibility where possible.
  • Maintain 100% test coverage for touched code paths.

Decorator Pages

Class

Method

Parameter

Property

Core Factories

Clone this wiki locally