{"id":24745830,"url":"https://github.com/vfsoraki/constants","last_synced_at":"2025-03-23T00:22:13.357Z","repository":{"id":57485565,"uuid":"90486164","full_name":"vfsoraki/constants","owner":"vfsoraki","description":"An Elixir library to help you define constants easily","archived":false,"fork":false,"pushed_at":"2017-05-06T19:42:29.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-28T10:26:11.662Z","etag":null,"topics":["constants","elixir","library"],"latest_commit_sha":null,"homepage":null,"language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vfsoraki.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-05-06T19:27:50.000Z","updated_at":"2017-05-06T22:11:55.000Z","dependencies_parsed_at":"2022-09-11T16:01:10.503Z","dependency_job_id":null,"html_url":"https://github.com/vfsoraki/constants","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/vfsoraki%2Fconstants","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vfsoraki%2Fconstants/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vfsoraki%2Fconstants/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vfsoraki%2Fconstants/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vfsoraki","download_url":"https://codeload.github.com/vfsoraki/constants/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245037444,"owners_count":20550872,"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":["constants","elixir","library"],"created_at":"2025-01-28T03:29:53.898Z","updated_at":"2025-03-23T00:22:13.330Z","avatar_url":"https://github.com/vfsoraki.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Constants\n\nA library to help you define constants easily.\n\n# Usage\n\n```elixir\ndefmodule Test do\n  use Constants\n\n  @name :aconst\n  @value \"a value\"\n\n  @name \"anotherone\"\n  @value \"another value\"  \nend\n\nTest.aconst # =\u003e \"a value\"\nTest.anotherone # =\u003e \"another value\"\n```\n\n## Installation\n\nThe package can be installed adding `constants` to your list of dependencies\nin `mix.exs`:\n\n```elixir\ndef deps do\n  [{:constants, \"~\u003e 0.1.0\"}]\nend\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvfsoraki%2Fconstants","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvfsoraki%2Fconstants","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvfsoraki%2Fconstants/lists"}