Skip to content

zender/design-patterns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b6ec7e3 · Apr 15, 2016

History

5 Commits
Apr 14, 2016
Apr 13, 2016
Apr 13, 2016
Apr 13, 2016
Apr 13, 2016
Apr 13, 2016
Apr 14, 2016
Apr 13, 2016
Apr 13, 2016
Apr 13, 2016
Apr 13, 2016
Apr 13, 2016
Apr 13, 2016
Apr 13, 2016
Apr 13, 2016
Apr 13, 2016

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