{"id":22436477,"url":"https://github.com/lxze/aoc-template-elixir","last_synced_at":"2025-10-18T14:07:19.260Z","repository":{"id":265478448,"uuid":"894064699","full_name":"LXZE/aoc-template-elixir","owner":"LXZE","description":"aoc template repo in elixir","archived":false,"fork":false,"pushed_at":"2024-11-29T14:12:32.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-01T13:41:42.673Z","etag":null,"topics":["aoc","aoc-template","elixir"],"latest_commit_sha":null,"homepage":"","language":"Elixir","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/LXZE.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":"2024-11-25T17:29:17.000Z","updated_at":"2024-11-29T14:12:36.000Z","dependencies_parsed_at":"2024-11-29T15:35:21.530Z","dependency_job_id":null,"html_url":"https://github.com/LXZE/aoc-template-elixir","commit_stats":null,"previous_names":["lxze/aoc-template-elixir"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LXZE%2Faoc-template-elixir","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LXZE%2Faoc-template-elixir/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LXZE%2Faoc-template-elixir/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LXZE%2Faoc-template-elixir/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LXZE","download_url":"https://codeload.github.com/LXZE/aoc-template-elixir/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245813166,"owners_count":20676763,"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":["aoc","aoc-template","elixir"],"created_at":"2024-12-06T00:07:30.270Z","updated_at":"2025-10-18T14:07:14.222Z","avatar_url":"https://github.com/LXZE.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AOC Elixir Template\n\n## Installation\nJust cloning this repo and start working on your own solution\n\n## Command\n- Generate template \n```sh\nmix gen \u003cyear\u003e \u003cday\u003e\n```\n- Generate template and downloading the input from AoC (require .env file and aoc cookie session)\n```sh\nmix gen \u003cyear\u003e \u003cday\u003e -dl\n# or mix gen \u003cyear\u003e \u003cday\u003e --download\n```\n\n- Download input from AoC\n```sh\nmix download \u003cyear\u003e \u003cday\u003e\n```\n\n- Run solution on test input\n```sh\nmix aoc.test \u003cyear\u003e \u003cday\u003e\n# or mix aoc.test lib/solutions/\u003cyear\u003e/\u003cday\u003e which is called by .vscode/tasks.json\n```\n\n- Run solution on actual input\n```sh\nmix aoc.run \u003cyear\u003e \u003cday\u003e\n# or mix aoc.run lib/solutions/\u003cyear\u003e/\u003cday\u003e which is called by .vscode/tasks.json\n```\n\n## Config with VS Code\nEdit your keyboard shortcut to invoke predefined tasks by adding these config into your `keybindings.json`\n```json\n{\n  \"key\": \"cmd+r\", // feel free to change\n  \"command\": \"workbench.action.tasks.runTask\",\n  \"args\": \"run test elixir\", // must be the same inside `.vscode/tasks.json`\n  \"when\": \"editorLangId == elixir\"\n},\n{\n  \"key\": \"cmd+shift+r\",\n  \"command\": \"workbench.action.tasks.runTask\",\n  \"args\": \"run full elixir\",\n  \"when\": \"editorLangId == elixir\"\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flxze%2Faoc-template-elixir","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flxze%2Faoc-template-elixir","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flxze%2Faoc-template-elixir/lists"}