https://github.com/imamachi-n/design-pattern-gof
https://github.com/imamachi-n/design-pattern-gof
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/imamachi-n/design-pattern-gof
- Owner: Imamachi-n
- Created: 2019-09-08T08:57:17.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-08T12:18:14.000Z (almost 6 years ago)
- Last Synced: 2025-01-21T02:08:08.115Z (5 months ago)
- Language: TypeScript
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```