{"id":19497419,"url":"https://github.com/koladilip/elixir-examples","last_synced_at":"2025-08-29T13:21:02.273Z","repository":{"id":215867921,"uuid":"268214118","full_name":"koladilip/elixir-examples","owner":"koladilip","description":"Elixir Examples","archived":false,"fork":false,"pushed_at":"2020-06-07T15:18:30.000Z","size":62,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-25T20:45:17.465Z","etag":null,"topics":["elixir","examples","guide"],"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/koladilip.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":"2020-05-31T05:18:26.000Z","updated_at":"2020-06-07T15:18:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"a1110aa4-d418-4f60-b614-a8e3446d7a23","html_url":"https://github.com/koladilip/elixir-examples","commit_stats":null,"previous_names":["koladilip/elixir-examples"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/koladilip/elixir-examples","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koladilip%2Felixir-examples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koladilip%2Felixir-examples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koladilip%2Felixir-examples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koladilip%2Felixir-examples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/koladilip","download_url":"https://codeload.github.com/koladilip/elixir-examples/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koladilip%2Felixir-examples/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272691239,"owners_count":24977117,"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-08-29T02:00:10.610Z","response_time":87,"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":["elixir","examples","guide"],"created_at":"2024-11-10T21:44:03.379Z","updated_at":"2025-08-29T13:21:02.211Z","avatar_url":"https://github.com/koladilip.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Elixir Examples\n\n## Modules directory structure\nIn this example, we will learn, how to name directories, files and module names.\n* Directory/file names should be lower case with words separate using `_` (underscore).\n  * [module_example.ex](https://github.com/koladilip/elixir-examples/blob/master/lib/module_example.ex) should be the file name for ModuleExample\n  * [module_example/](https://github.com/koladilip/elixir-examples/tree/master/lib/module_example) should be the directory name for keeping the child modules of ModuleExample\n* Module names should be in camel case. Parent and child modules are separated by `.` (dot), it shows hierarchy of the module tree. \n  * [ModuleExample](https://github.com/koladilip/elixir-examples/blob/master/lib/module_example.ex) is the parent module name.\n  * [ModuleExample.ChildModule1](https://github.com/koladilip/elixir-examples/blob/master/lib/module_example/child_module1.ex) is the child module name.\n\n## Struct\nIn this example, we will learn about structs\n* [struct_example.ex](https://github.com/koladilip/elixir-examples/blob/master/lib/struct_example.ex) is basic struct\n* [complex_struct_example.ex](https://github.com/koladilip/elixir-examples/blob/master/lib/complex_struct_example.ex) is complex struct which uses the basic struct\n\n## Exercism\nThis repo contains my solutions to https://github.com/exercism/elixir","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoladilip%2Felixir-examples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkoladilip%2Felixir-examples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoladilip%2Felixir-examples/lists"}