https://github.com/zyhou/advent-of-typescript
Advent of TypeScript
https://github.com/zyhou/advent-of-typescript
advent-of-ts advent-of-typescript advent-of-typescript-2023 advent-of-typescript-2024
Last synced: 5 months ago
JSON representation
Advent of TypeScript
- Host: GitHub
- URL: https://github.com/zyhou/advent-of-typescript
- Owner: zyhou
- Created: 2023-11-30T16:09:56.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-20T09:02:53.000Z (12 months ago)
- Last Synced: 2025-04-12T17:53:43.352Z (8 months ago)
- Topics: advent-of-ts, advent-of-typescript, advent-of-typescript-2023, advent-of-typescript-2024
- Language: TypeScript
- Homepage: https://www.adventofts.com/
- Size: 252 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Advent of Typescript
```sh
# Install
pnpm i
# Type check a specific day and year
DAY=01 YEAR=2024 pnpm start
# Type check the whole project
pnpm typecheck
```