Skip to content

rnaidenov/typescript-design-patterns

Repository files navigation

Design patterns in TypeScript

Small description of various design patterns along with supporting implementation to aid understanding of their usage.

Installation

You just need to install ts-node in order to run the npm scripts --> npm i

-- you can skip this, if you've already got it installed as a global dependency --

Patterns included

| Creational

  • Factory
  • Singleton

. .

| Structural

  • Adapter
  • Facade
  • Decorator

. .

| Behavioural

  • Command
  • Observer
  • Strategy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published