{"id":13564478,"url":"https://github.com/raviqqe/gherkin2markdown","last_synced_at":"2025-08-20T02:32:21.476Z","repository":{"id":35075133,"uuid":"137843173","full_name":"raviqqe/gherkin2markdown","owner":"raviqqe","description":"Gherkin to Markdown converter","archived":false,"fork":false,"pushed_at":"2024-11-25T13:37:12.000Z","size":88,"stargazers_count":28,"open_issues_count":2,"forks_count":21,"subscribers_count":5,"default_branch":"main","last_synced_at":"2024-11-26T01:31:56.729Z","etag":null,"topics":["cucumber","gherkin","markdown"],"latest_commit_sha":null,"homepage":"","language":"Go","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/raviqqe.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":"2018-06-19T05:17:03.000Z","updated_at":"2024-11-25T13:37:16.000Z","dependencies_parsed_at":"2023-12-07T12:25:16.512Z","dependency_job_id":"ca2f610f-ef36-458d-9059-12872cfd7788","html_url":"https://github.com/raviqqe/gherkin2markdown","commit_stats":{"total_commits":82,"total_committers":5,"mean_commits":16.4,"dds":"0.30487804878048785","last_synced_commit":"4d8993a33a7b2f0603c146df689183e2a27921d5"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raviqqe%2Fgherkin2markdown","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raviqqe%2Fgherkin2markdown/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raviqqe%2Fgherkin2markdown/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raviqqe%2Fgherkin2markdown/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/raviqqe","download_url":"https://codeload.github.com/raviqqe/gherkin2markdown/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230388129,"owners_count":18217755,"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":["cucumber","gherkin","markdown"],"created_at":"2024-08-01T13:01:31.969Z","updated_at":"2025-08-20T02:32:21.469Z","avatar_url":"https://github.com/raviqqe.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"# gherkin2markdown\n\n[![GitHub Action](https://img.shields.io/github/actions/workflow/status/raviqqe/gherkin2markdown/test.yaml?branch=main\u0026style=flat-square)](https://github.com/raviqqe/gherkin2markdown/actions)\n[![Codecov](https://img.shields.io/codecov/c/github/raviqqe/gherkin2markdown.svg?style=flat-square)](https://codecov.io/gh/raviqqe/gherkin2markdown)\n[![Go Report Card](https://goreportcard.com/badge/github.com/raviqqe/gherkin2markdown?style=flat-square)](https://goreportcard.com/report/github.com/raviqqe/gherkin2markdown)\n[![License](https://img.shields.io/github/license/raviqqe/gherkin2markdown.svg?style=flat-square)](LICENSE)\n\nA command to convert Gherkin files into Markdown.\n\n## Installation\n\n```\ngo install github.com/raviqqe/gherkin2markdown@latest\n```\n\n## Usage\n\n```\ngherkin2markdown \u003cfile\u003e\n```\n\nor\n\n```\ngherkin2markdown \u003csrc_dir\u003e \u003cdest_dir\u003e\n```\n\n## Example\n\n_Given_ a file named `math.feature` with:\n\n```gherkin\nFeature: Python\n  Scenario: Hello, world!\n    Given a file named \"main.py\" with:\n    \"\"\"python\n    print(\"Hello, world!\")\n    \"\"\"\n    When I successfully run `python3 main.py`\n    Then the stdout should contain exactly \"Hello, world!\"\n\n  Scenario Outline: Add numbers\n    Given a file named \"main.py\" with:\n    \"\"\"python\n    print(\u003cx\u003e + \u003cy\u003e)\n    \"\"\"\n    When I successfully run `python3 main.py`\n    Then the stdout should contain exactly \"\u003cz\u003e\"\n\n    Examples:\n      | x | y | z |\n      | 1 | 2 | 3 |\n      | 4 | 5 | 9 |\n```\n\n_When_ I successfully run `gherkin2markdown math.feature`\n\n_Then_ the stdout should contain exactly:\n\n````markdown\n# Python\n\n## Hello, world!\n\n_Given_ a file named \"main.py\" with:\n\n```python\nprint(\"Hello, world!\")\n```\n\n_When_ I successfully run `python3 main.py`\n\n_Then_ the stdout should contain exactly \"Hello, world!\".\n\n## Add numbers\n\n_Given_ a file named \"main.py\" with:\n\n```python\nprint(\u003cx\u003e + \u003cy\u003e)\n```\n\n_When_ I successfully run `python3 main.py`\n\n_Then_ the stdout should contain exactly \"\\\u003cz\\\u003e\".\n\n### Examples\n\n| x   | y   | z   |\n| --- | --- | --- |\n| 1   | 2   | 3   |\n| 4   | 5   | 9   |\n````\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraviqqe%2Fgherkin2markdown","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraviqqe%2Fgherkin2markdown","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraviqqe%2Fgherkin2markdown/lists"}