{"id":22064420,"url":"https://github.com/kenta-s/gungnir","last_synced_at":"2025-03-23T18:13:15.518Z","repository":{"id":57503929,"uuid":"84434552","full_name":"kenta-s/gungnir","owner":"kenta-s","description":null,"archived":false,"fork":false,"pushed_at":"2017-03-10T12:35:53.000Z","size":9,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-20T16:58:03.639Z","etag":null,"topics":["elixir","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/kenta-s.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-03-09T11:28:49.000Z","updated_at":"2021-02-21T15:56:02.000Z","dependencies_parsed_at":"2022-08-27T23:53:22.208Z","dependency_job_id":null,"html_url":"https://github.com/kenta-s/gungnir","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/kenta-s%2Fgungnir","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kenta-s%2Fgungnir/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kenta-s%2Fgungnir/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kenta-s%2Fgungnir/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kenta-s","download_url":"https://codeload.github.com/kenta-s/gungnir/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245144973,"owners_count":20568056,"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":["elixir","elixir-library"],"created_at":"2024-11-30T19:09:35.091Z","updated_at":"2025-03-23T18:13:15.494Z","avatar_url":"https://github.com/kenta-s.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gungnir\n\nGungnir gives you some useful functions to improve the verocity of your development.\nThe main idea is based on Ruby on Rails' Active Support.\n\n## Examples\n\n```elixir\n\nyour_string = \"hello world\"\nGungnir.String.present?(your_string)\n# =\u003e true\n\nGungnir.String.blank?(your_string)\n# =\u003e false\n\nyour_list = [1, 2, 3, nil, 5]\nGungnir.Enum.compact(your_list)\n# =\u003e [1,2,3,5]\n```\n\n## Installation\n\nThe package can be installed by adding `gungnir` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [{:gungnir, \"~\u003e 0.1.0\"}]\nend\n```\n\nThe docs can be found at [https://hexdocs.pm/gungnir](https://hexdocs.pm/gungnir).\n\n## Contribution\n\nGungnir is at an early stage of development. Your PR is always welcome :)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkenta-s%2Fgungnir","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkenta-s%2Fgungnir","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkenta-s%2Fgungnir/lists"}