{"id":26069985,"url":"https://github.com/muhifauzan/guard-gen","last_synced_at":"2025-08-22T07:40:48.342Z","repository":{"id":57503786,"uuid":"96675935","full_name":"muhifauzan/guard-gen","owner":"muhifauzan","description":"GuardGen provides macro that can be used as guard test to generates type-checks. See main repository at GitLab https://gitlab.com/muhifauzan/guard-gen","archived":false,"fork":false,"pushed_at":"2017-07-30T12:47:31.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-10T18:49:32.603Z","etag":null,"topics":["elixir","guard-test","type-check"],"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/muhifauzan.png","metadata":{"files":{"readme":"README.org","changelog":"CHANGELOG.org","contributing":"CONTRIBUTING.org","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-07-09T10:03:49.000Z","updated_at":"2017-07-12T11:35:23.000Z","dependencies_parsed_at":"2022-08-28T02:00:47.155Z","dependency_job_id":null,"html_url":"https://github.com/muhifauzan/guard-gen","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/muhifauzan/guard-gen","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muhifauzan%2Fguard-gen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muhifauzan%2Fguard-gen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muhifauzan%2Fguard-gen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muhifauzan%2Fguard-gen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/muhifauzan","download_url":"https://codeload.github.com/muhifauzan/guard-gen/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muhifauzan%2Fguard-gen/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271605964,"owners_count":24788968,"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-22T02:00:08.480Z","response_time":65,"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","guard-test","type-check"],"created_at":"2025-03-08T23:06:51.448Z","updated_at":"2025-08-22T07:40:48.284Z","avatar_url":"https://github.com/muhifauzan.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"* GuardGen\n  [[https://gitlab.com/muhifauzan/guard-gen/commits/master][file:https://gitlab.com/muhifauzan/guard-gen/badges/master/build.svg]] \n  [[https://inch-ci.org/github/muhifauzan/guard-gen?branch=master][file:https://inch-ci.org/github/muhifauzan/guard-gen.svg?branch=master]] \n  [[https://hex.pm/packages/guard_gen][file:https://img.shields.io/hexpm/v/guard_gen.svg?style=flat]] \n\n  GuardGen provides macro that can be used as guard test to generate type-checks.\n* Installation\n  Add GuardGen to your list of dependencies in ~mix.exs~:\n\n  #+BEGIN_SRC elixir\n    def deps do\n      [{:guard_gen, \"~\u003e 0.1.0\"}]\n    end\n  #+END_SRC\n\n  Then, update your dependencies.\n\n  #+BEGIN_SRC shell\n    $ mix deps.get\n  #+END_SRC\n* Usage\n  GuardGen provides macro that can be used as guard test to generates\n  type-checks.\n\n  #+BEGIN_SRC elixir\n    defmodule GuardTest do\n      import GuardGen\n\n      def test(arg) when is_valid(is_atom: arg) do\n        arg\n      end\n    end\n  #+END_SRC\n\n  List of supported type checks are listed in [[file:.guard-gen-test-support.org][here]].\n\n  For full documentation, please consult the [[https://hexdocs.pm/guard_gen/GuardGen.html][online documentation]].\n* Change Log\n  All changes are found in [[file:CHANGELOG.org][CHANGELOG]]\n* License\n  Information about license is found in [[file:LICENSE][LICENSE]]\n* Contributing\n  Guide to contributing is found in [[file:CONTRIBUTING.org][CONTRIBUTING]]\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuhifauzan%2Fguard-gen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmuhifauzan%2Fguard-gen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuhifauzan%2Fguard-gen/lists"}