{"id":16753459,"url":"https://github.com/thbar/elixir-playground","last_synced_at":"2025-04-10T16:06:46.643Z","repository":{"id":33540267,"uuid":"37186398","full_name":"thbar/elixir-playground","owner":"thbar","description":"A little repo to play around with elixir","archived":false,"fork":false,"pushed_at":"2022-09-20T21:24:40.000Z","size":271,"stargazers_count":18,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-24T13:51:19.541Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/thbar.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":"2015-06-10T08:59:12.000Z","updated_at":"2024-07-01T13:03:05.000Z","dependencies_parsed_at":"2023-01-15T01:30:33.263Z","dependency_job_id":null,"html_url":"https://github.com/thbar/elixir-playground","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/thbar%2Felixir-playground","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thbar%2Felixir-playground/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thbar%2Felixir-playground/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thbar%2Felixir-playground/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thbar","download_url":"https://codeload.github.com/thbar/elixir-playground/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248250743,"owners_count":21072682,"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":"2024-10-13T02:50:09.820Z","updated_at":"2025-04-10T16:06:46.624Z","avatar_url":"https://github.com/thbar.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"Spoiler ahead! In this repository's `koans/koans_test.exs`, I'm storing my own solutions to the exercises found in [Programming Elixir](https://pragprog.com/book/elixir12/programming-elixir-1-2).\n\n[![Build Status](https://travis-ci.org/thbar/elixir-playground.svg?branch=master)](https://travis-ci.org/thbar/elixir-playground)\n\n## Common tasks\n\n```\n# install dependencies\nmix deps.get\n\n# clean dependencies\nmix deps.clean --all\n\n# check code quality\nmix dogma\n\n# run tests\nelixir *_test.exs\n\n# launch interactive session with mix setup\niex -S mix\n\n# launch phoenix with iex session\niex -S mix phoenix.server\n\n# visually inspect applications from iex\n:observer.start()\n\n# run one function\nmix run -e \"Issues.CLI.process(:help)\"\n```\n\n## Creating a minimalistic phoenix app\n\n```\nmix phoenix.new web_hello_world --no-brunch\nmix deps.get\n```\n\n(then truncate loads of stuff)\n\n## Useful resources\n\n* [Elixir CheatSheet](https://media.pragprog.com/titles/elixir/ElixirCheat.pdf)\n* [Awesome Elixir](https://github.com/h4cc/awesome-elixir)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthbar%2Felixir-playground","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthbar%2Felixir-playground","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthbar%2Felixir-playground/lists"}