{"id":23093152,"url":"https://github.com/crispengari/elixir-startup","last_synced_at":"2025-07-25T21:14:35.381Z","repository":{"id":141094429,"uuid":"417400258","full_name":"CrispenGari/elixir-startup","owner":"CrispenGari","description":"💎 learning elixir the programming language.","archived":false,"fork":false,"pushed_at":"2021-11-06T20:26:28.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-03T18:52:04.312Z","etag":null,"topics":["elixir","elixir-lang","elixir-phoenix"],"latest_commit_sha":null,"homepage":"","language":"Elixir","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/CrispenGari.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":"2021-10-15T07:05:17.000Z","updated_at":"2021-11-06T20:26:30.000Z","dependencies_parsed_at":"2024-05-17T03:03:26.599Z","dependency_job_id":null,"html_url":"https://github.com/CrispenGari/elixir-startup","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CrispenGari/elixir-startup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CrispenGari%2Felixir-startup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CrispenGari%2Felixir-startup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CrispenGari%2Felixir-startup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CrispenGari%2Felixir-startup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CrispenGari","download_url":"https://codeload.github.com/CrispenGari/elixir-startup/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CrispenGari%2Felixir-startup/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267062239,"owners_count":24029663,"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-07-25T02:00:09.625Z","response_time":70,"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","elixir-lang","elixir-phoenix"],"created_at":"2024-12-16T21:46:35.089Z","updated_at":"2025-07-25T21:14:35.310Z","avatar_url":"https://github.com/CrispenGari.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"### elixir-startup\n\nLearning `elixir` the programming language.\n\n\u003cp align=\"center\"\u003e\u003cimg src=\"https://elixir-lang.org/images/logo/logo.png\"/\u003e\u003c/p\u003e\n\n### Installation\n\nTo install `elixir` go to https://elixir-lang.org/install.html\n\n### Checking if elixir is installed'\n\nRun the following command to check if elixir is installed on your matchine.\n\n```shell\nelixir --version\n# OR\nelixir -v\n```\n\n### Hello world in `cmd`.\n\nOpen `cmd` and run the following command\n\n```\niex\n```\n\nThen type the following code.\n\n```shell\nIO.puts \"hello \" \u003c\u003e \"world\";\n```\n\n### Running scripts\n\nNot all `elixir` code will be executed on the `cmd`. We may want to execute it from a file. All we need to do is create an elixir file with extension `.exs` and write some `elixir` code:\n\n```exs\n# hello.exs\nIO.puts(\"hello world\")\n```\n\nTo run the file above we just run the following command:\n\n```shell\nelixir hello.exs\n```\n\n### Code Editor\n\nFor the code editor i will be using vscode. So we need to install the following extentions that will help us out in development.\n\n1. vscode-elixir\n2. elixir formatter\n3. ElixirLS: Elixir support and debugger\n4. Dark+ Elixir (for customizing the theme)\n5. vscode-elixir-formatter\n\n### References\n\n1. [installation](https://elixir-lang.org/install.html)\n1. [docs](https://elixir-lang.org/getting-started/introduction.html)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrispengari%2Felixir-startup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcrispengari%2Felixir-startup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrispengari%2Felixir-startup/lists"}