{"id":16171649,"url":"https://github.com/jcwillox/advent-of-code","last_synced_at":"2025-10-13T06:34:34.316Z","repository":{"id":103327100,"uuid":"574065025","full_name":"jcwillox/advent-of-code","owner":"jcwillox","description":"Multi-lang Advent of Code Cookiecutter and Solutions","archived":false,"fork":false,"pushed_at":"2024-11-18T04:10:03.000Z","size":55,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-07T07:54:07.099Z","etag":null,"topics":["advent-of-code","cookiecutter","cookiecutter-python","cookiecutter-template"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jcwillox.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-12-04T10:16:24.000Z","updated_at":"2025-04-03T14:52:40.000Z","dependencies_parsed_at":"2024-11-02T14:41:24.620Z","dependency_job_id":"bf30446d-c39a-45ff-8e66-ea6260a5dfda","html_url":"https://github.com/jcwillox/advent-of-code","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jcwillox/advent-of-code","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcwillox%2Fadvent-of-code","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcwillox%2Fadvent-of-code/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcwillox%2Fadvent-of-code/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcwillox%2Fadvent-of-code/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jcwillox","download_url":"https://codeload.github.com/jcwillox/advent-of-code/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcwillox%2Fadvent-of-code/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279013970,"owners_count":26085429,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["advent-of-code","cookiecutter","cookiecutter-python","cookiecutter-template"],"created_at":"2024-10-10T03:43:45.374Z","updated_at":"2025-10-13T06:34:34.287Z","avatar_url":"https://github.com/jcwillox.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Advent of Code ![christmas-tree](https://api.iconify.design/twemoji/christmas-tree.svg?height=28) [![cookiecutter](https://api.iconify.design/icomoon-free/pacman.svg?color=%23d4aa00\u0026height=26)](https://github.com/cookiecutter/cookiecutter)\n\nThis repository is a cookiecutter template but it also contains my solutions which are not included when use this template. This is thanks to the way cookiecutter works, in which the top-level directory is not included in the template.\n\n## Usage\n\nFirst you need to install cookiecutter, see the [installation](https://cookiecutter.readthedocs.io/en/latest/installation.html) docs for more info.\n\nThe easiest way is usually `pip` or `pipx`:\n\n```bash\n# using pip\npip install cookiecutter\n# using pipx\npipx install cookiecutter\n```\n\n**Using the template**\n\nRunning the following command will create a folder named `advent-\u003cyear\u003e` with a folder for each language you choose.\n\n```bash\ncookiecutter gh:jcwillox/advent-of-code\n```\n\n**Adding more days and languages**\n\nThe command above only creates 1 year, 1 language, 1 day. Naturally you might want more than that. All you need to do is run the same command again with `-f -s` in the same directory and it will add the additional files without overwriting your changes.\n\n```bash\ncookiecutter gh:jcwillox/advent-of-code -f -s\n```\n\n## Languages\n\n### Python\n\nThe main python template uses pytest for testing which will need to be installed separately.\n\nRequires: Python, pytest\n\n### Typescript\n\nThe main typescript template that should support any runtime, intended for use with node. It uses vitest (and vite) for testing.\n\nRecommends: Node 20+\n\nYou may want to use the vitest vscode extension or the `@vitest/ui` package.\n\n### TypeScript Bun\n\nA variant of the typescript template that uses the bun runtime.\n\nRequires: Bun\n\n### Typescript Node\n\nAn experimental variant of the typescript template that uses the built-in testing library added in node 22.\n\nRequires: Node 22+\n\n### Go\n\nRequires: Go\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcwillox%2Fadvent-of-code","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjcwillox%2Fadvent-of-code","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcwillox%2Fadvent-of-code/lists"}