Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 15 days 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 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-02T19:54:39.000Z (23 days ago)
- Last Synced: 2024-12-02T20:34:30.965Z (23 days ago)
- Topics: advent-of-ts, advent-of-typescript, advent-of-typescript-2023, advent-of-typescript-2024
- Language: TypeScript
- Homepage: https://www.adventofts.com/
- Size: 98.6 KB
- Stars: 1
- Watchers: 1
- 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
```