Skip to content

DiegoYungh/design-patterns

 
 

Repository files navigation

Design Patterns Typescript

This is a collection of known design patterns and some sample code how to implement them in Typescript. Every pattern has a small list of example.

Installation

Note that this project requires node v4.x.x or higher and npm 2.14.7.

You must have ts-node installed as global.

npm install -g ts-node
git clone  https://github.com/zender/design-patterns.git

cd design-patterns

Install the project's dependencies

npm install

Running tests

npm test

Patterns

The patterns can be structured in roughly three different categories. Please click on the link for a full explanation of the pattern.

Contribute

Please feel free to fork and extend existing or add your own examples and send a pull request with your changes!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 68.4%
  • JavaScript 31.6%