{"id":20364198,"url":"https://github.com/mabuonomo/adventofcode-ts","last_synced_at":"2026-05-12T19:07:29.786Z","repository":{"id":44035792,"uuid":"159992133","full_name":"mabuonomo/adventOfCode-ts","owner":"mabuonomo","description":"Solutions of https://adventofcode.com in typescript","archived":false,"fork":false,"pushed_at":"2023-01-05T02:09:54.000Z","size":1210,"stargazers_count":1,"open_issues_count":12,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-15T04:16:28.615Z","etag":null,"topics":["advent-of-code-2018","docker","ts-node","typescript"],"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/mabuonomo.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}},"created_at":"2018-12-01T22:16:38.000Z","updated_at":"2023-03-09T00:22:27.000Z","dependencies_parsed_at":"2023-02-03T05:32:11.521Z","dependency_job_id":null,"html_url":"https://github.com/mabuonomo/adventOfCode-ts","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mabuonomo%2FadventOfCode-ts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mabuonomo%2FadventOfCode-ts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mabuonomo%2FadventOfCode-ts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mabuonomo%2FadventOfCode-ts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mabuonomo","download_url":"https://codeload.github.com/mabuonomo/adventOfCode-ts/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241904677,"owners_count":20040020,"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":["advent-of-code-2018","docker","ts-node","typescript"],"created_at":"2024-11-15T00:10:26.468Z","updated_at":"2026-05-12T19:07:24.742Z","avatar_url":"https://github.com/mabuonomo.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Advent of Code - TS\n\nThe solutions are in typescript language.\n\nYears:\n\n- 2017 (partial)\n- 2018 (partial)\n- 2019 (wip)\n\n## Build\n\n```bash\ndocker-compose build\n```\n\n## Run\n\n```bash\ndocker-compose run app ts-node src/{year}/{day}/day.ts\n```\n\nExample\n\n```bash\ndocker-compose run app npm run format\ndocker-compose run app ts-node src/2018/day1/part1.ts\n```\n\n## Testing (using Jest)\n\n```bash\ndocker-compose run app npm test\n```\n\n# Improve your skills, test your performance\n\nThis project uses the performaceLog decorator (https://github.com/mabuonomo/decorators-utils-ts)\n\n## Install\n\n```bash\nnpm install --save decorators-utils-ts\n```\n\n## Usage\n\n```ts\n@performanceLog(true) // \u003c-- decorator\nmyMethod(): boolean {\n    return true\n}\n```\n\nResult\n\n```bash\nCall [3ms]: myMethod() =\u003e true\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmabuonomo%2Fadventofcode-ts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmabuonomo%2Fadventofcode-ts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmabuonomo%2Fadventofcode-ts/lists"}