Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cristobalgvera/adventjs
Solution to the Advent of Code challenges using JavaScript
https://github.com/cristobalgvera/adventjs
advent-of-code advent-of-code-2024 adventjs javascript nodejs typescript
Last synced: 27 days ago
JSON representation
Solution to the Advent of Code challenges using JavaScript
- Host: GitHub
- URL: https://github.com/cristobalgvera/adventjs
- Owner: cristobalgvera
- Created: 2024-12-04T01:18:32.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-10T11:54:43.000Z (about 1 month ago)
- Last Synced: 2024-12-10T12:38:35.632Z (about 1 month ago)
- Topics: advent-of-code, advent-of-code-2024, adventjs, javascript, nodejs, typescript
- Language: TypeScript
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AdventJS
Solution to the [Advent of Code](https://adventjs.dev/) challenges using JavaScript.
## TL;DR
Create challenges using
```bash
npm run challenge:create --name=
# E.g.: npm run challenge:create --name=2024/01
```Run challenges using
```bash
npm run challenge:run --name=
# E.g.: npm run challenge:run --name=2024/01
```