Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/patrickfc17/visitor-example
Exemplo de um Endpoint SOAP utilizando o Visitor Design Pattern
https://github.com/patrickfc17/visitor-example
bun design-patterns github-api octokit singleton typescript visitor-pattern zod
Last synced: about 4 hours ago
JSON representation
Exemplo de um Endpoint SOAP utilizando o Visitor Design Pattern
- Host: GitHub
- URL: https://github.com/patrickfc17/visitor-example
- Owner: patrickfc17
- Created: 2024-12-09T18:14:29.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-12T11:57:32.000Z (about 2 months ago)
- Last Synced: 2024-12-12T12:37:52.833Z (about 2 months ago)
- Topics: bun, design-patterns, github-api, octokit, singleton, typescript, visitor-pattern, zod
- Language: TypeScript
- Homepage:
- Size: 102 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# design-patterns
To install dependencies:
```bash
bun install
```To run:
```bash
bun run index.ts
```This project was created using `bun init` in bun v0.8.1. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.