Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vindecodex/ts-dp
Design Pattern implemented using Typescript
https://github.com/vindecodex/ts-dp
design-patterns javascript jest object-oriented-programming tdd typescript
Last synced: about 1 month ago
JSON representation
Design Pattern implemented using Typescript
- Host: GitHub
- URL: https://github.com/vindecodex/ts-dp
- Owner: vindecodex
- License: mit
- Created: 2022-03-15T06:56:33.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-16T09:34:43.000Z (almost 3 years ago)
- Last Synced: 2024-12-30T07:52:23.061Z (about 1 month ago)
- Topics: design-patterns, javascript, jest, object-oriented-programming, tdd, typescript
- Language: TypeScript
- Homepage:
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Getting Started
1. Install dependencies with `npm install`
2. Run test with:```bash
npm t
# or
npm run test
# or
npx jest
```### Contribute
Checkout our contributing guide [here](/CONTRIBUTE.md)### License
This is licensed under MIT license