Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zyhou/advent-of-typescript-2023
https://typehero.dev/aot-2023
https://github.com/zyhou/advent-of-typescript-2023
Last synced: 1 day ago
JSON representation
https://typehero.dev/aot-2023
- Host: GitHub
- URL: https://github.com/zyhou/advent-of-typescript-2023
- Owner: zyhou
- Created: 2023-11-30T16:09:56.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-21T14:12:42.000Z (11 months ago)
- Last Synced: 2024-04-08T18:15:09.673Z (7 months ago)
- Language: TypeScript
- Size: 79.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Advent of Typescript 2023
```sh
# Install
pnpm i# Type check a specific day
DAY=01 pnpm start# Type check the whole project
pnpm typecheck
```PS: If you know how to pass variable with pnpm let me know, I would love writing something like that: `pnpm start 01`