Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/esau-morais/leetcode
My LeetCode solutions using my own cli
https://github.com/esau-morais/leetcode
bun leetcode typescript
Last synced: 3 months ago
JSON representation
My LeetCode solutions using my own cli
- Host: GitHub
- URL: https://github.com/esau-morais/leetcode
- Owner: esau-morais
- Created: 2023-08-11T11:45:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-16T15:16:39.000Z (6 months ago)
- Last Synced: 2024-05-17T06:58:59.949Z (6 months ago)
- Topics: bun, leetcode, typescript
- Language: TypeScript
- Homepage:
- Size: 26.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# leetcode-solutions
Install deps:
```bash
bun install
```Generate solution + test files:
```bash
bun generate -s```
Test:
```bash
bun test```
Built with bun