{"id":15270313,"url":"https://github.com/cabbage-ex/gherkin","last_synced_at":"2025-10-16T07:41:30.732Z","repository":{"id":60775481,"uuid":"77574880","full_name":"cabbage-ex/gherkin","owner":"cabbage-ex","description":"A Gherkin file parser written in Elixir. Extracted from https://github.com/meadsteve/white-bread.","archived":false,"fork":false,"pushed_at":"2024-06-25T09:06:35.000Z","size":121,"stargazers_count":16,"open_issues_count":6,"forks_count":9,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-10-07T00:46:48.750Z","etag":null,"topics":["cucumber","elixir","gherkin","parse"],"latest_commit_sha":null,"homepage":"","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/cabbage-ex.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-12-29T02:11:01.000Z","updated_at":"2025-10-06T09:01:06.000Z","dependencies_parsed_at":"2024-11-07T11:00:38.025Z","dependency_job_id":"5e710b4b-5649-4065-a1a6-580489ef18b4","html_url":"https://github.com/cabbage-ex/gherkin","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/cabbage-ex/gherkin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabbage-ex%2Fgherkin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabbage-ex%2Fgherkin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabbage-ex%2Fgherkin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabbage-ex%2Fgherkin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cabbage-ex","download_url":"https://codeload.github.com/cabbage-ex/gherkin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabbage-ex%2Fgherkin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279166385,"owners_count":26118013,"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-10-16T02:00:06.019Z","response_time":53,"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":["cucumber","elixir","gherkin","parse"],"created_at":"2024-09-30T07:08:12.022Z","updated_at":"2025-10-16T07:41:30.688Z","avatar_url":"https://github.com/cabbage-ex.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gherkin [![Hex.pm](https://img.shields.io/hexpm/v/gherkin.svg)](https://hex.pm/packages/gherkin)\n\n[![Coverage Status](https://coveralls.io/repos/github/cabbage-ex/gherkin/badge.svg?branch=master)](https://coveralls.io/github/cabbage-ex/gherkin?branch=master)\n[![CircleCI](https://circleci.com/gh/cabbage-ex/gherkin.svg?style=svg)](https://circleci.com/gh/cabbage-ex/gherkin)\n\nA Gherkin file parser written in Elixir. Parses `.feature` files and translates them to native Elixir terms for processing.\n\nExtracted from https://github.com/meadsteve/white-bread\n\n## Installation\n\nThe package can be installed as:\n\n```elixir\ndef deps do\n  [{:gherkin, \"~\u003e 2.0\"}]\nend\n```\n\n## Example Usage\n\n```elixir\n%Gherkin.Elements.Feature{scenarios: scenarios} = File.read!(\"test/features/coffee.feature\") |\u003e Gherkin.parse()\n# Do something with `scenarios`\n\n# Also supports file streams for larger files (must read by lines, bytes not supported)\n%Gherkin.Elements.Feature{scenarios: scenarios} = File.stream!(\"test/features/coffee.feature\") |\u003e Gherkin.parse()\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcabbage-ex%2Fgherkin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcabbage-ex%2Fgherkin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcabbage-ex%2Fgherkin/lists"}