Skip to content
This repository was archived by the owner on Jan 4, 2026. It is now read-only.

t-sakoda/ts-command-handler-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ts-command-handler-example

A TypeScript example project applying the Command pattern and Mediator pattern with the Onion architecture.

Demo

$ npx ts-node src/index.ts
📄 User List:
🆔 ID: 4ca316e5-10fc-4337-9da4-e73f0c8670d5, 👤 Name: Alice, 📧 Email: alice@example.com
🆔 ID: ad0178a7-9c3c-43b1-9ebe-615ba6ab502c, 👤 Name: Bob, 📧 Email: bob@example.com

About

A TypeScript example project applying the Command-Handler pattern with a decoupled and scalable architecture.

Topics

Resources

Stars

Watchers

Forks

Contributors