{"id":28159870,"url":"https://github.com/tymate/advent-of-code-starter-node","last_synced_at":"2025-11-11T20:33:24.197Z","repository":{"id":40707578,"uuid":"319924752","full_name":"tymate/advent-of-code-starter-node","owner":"tymate","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-06T17:08:13.000Z","size":1787,"stargazers_count":0,"open_issues_count":17,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2023-09-15T14:38:47.672Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tymate.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-12-09T10:45:04.000Z","updated_at":"2023-09-15T14:38:47.673Z","dependencies_parsed_at":"2023-02-06T07:01:23.841Z","dependency_job_id":null,"html_url":"https://github.com/tymate/advent-of-code-starter-node","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tymate%2Fadvent-of-code-starter-node","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tymate%2Fadvent-of-code-starter-node/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tymate%2Fadvent-of-code-starter-node/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tymate%2Fadvent-of-code-starter-node/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tymate","download_url":"https://codeload.github.com/tymate/advent-of-code-starter-node/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254319694,"owners_count":22051075,"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","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":[],"created_at":"2025-05-15T10:11:51.094Z","updated_at":"2025-11-11T20:33:24.187Z","avatar_url":"https://github.com/tymate.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://tymate.com\"\u003e\n    \u003cimg alt=\"Tymate\" src=\"https://www.datocms-assets.com/33962/1605711713-logo-tymate-square.png\" width=\"200\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n# 🎄 Advent of code starter node\n\nTemplate to bootstrap your own advent of code calendar, using Node \u0026 Babel.\n\n\u003c!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --\u003e\n\n[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors-)\n\n\u003c!-- ALL-CONTRIBUTORS-BADGE:END --\u003e\n\n## 🌱 Installing\n\n```\nyarn\n```\n\n## 🚀 Running\n\n1️⃣ Generate day files\n\n```\nDAY=01 yarn scaffold\n```\n\n2️⃣ Put puzzle input in input.txt\n\n3️⃣ Run generated day\n\n```\nDAY=01 yarn start\n```\n\n4️⃣ Enjoy! 🎄\n\n## 🧐 Unsure how it works?\n\nTake a look at the [example](example) folder. Spoiler alert: it contains a solution to the first day of the 2020 AoC.\n\n## 💪 Used on…\n\n- [Uptip/advent-of-code-2020](https://github.com/Uptip/advent-of-code-2020)\n\n## ✨ Contributors\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/Uptip\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/1025157?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eHenri Michel\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/tymate/advent-of-code-starter-node/commits?author=Uptip\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/tymate/advent-of-code-starter-node/commits?author=Uptip\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/SoniaSim\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/67098778?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eSonia Si Moussi\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/tymate/advent-of-code-starter-node/issues?q=author%3ASoniaSim\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n\u003c!-- markdownlint-restore --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\nThis project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftymate%2Fadvent-of-code-starter-node","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftymate%2Fadvent-of-code-starter-node","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftymate%2Fadvent-of-code-starter-node/lists"}