An open API service indexing awesome lists of open source software.

https://github.com/imamachi-n/design-pattern-gof


https://github.com/imamachi-n/design-pattern-gof

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# design-pattern-gof

```bash
tsc init
yarn init
```

```bash
yarn add mocha chai typescript ts-node
yarn add @types/mocha @types/chai
```

```json
{
"scripts": {
"test": "mocha -r ts-node/register test/*.ts"
}
}
```

Run test code.
```bash
yarn test
```