Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```