{"id":37176331,"url":"https://github.com/fullstack-lang/gongreqif","last_synced_at":"2026-01-14T20:34:35.677Z","repository":{"id":249570875,"uuid":"831712650","full_name":"fullstack-lang/gongreqif","owner":"fullstack-lang","description":null,"archived":false,"fork":false,"pushed_at":"2025-12-14T02:58:54.000Z","size":68830,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-15T09:20:23.792Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/fullstack-lang.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-07-21T12:06:40.000Z","updated_at":"2025-12-14T02:58:57.000Z","dependencies_parsed_at":"2025-09-27T03:24:54.416Z","dependency_job_id":null,"html_url":"https://github.com/fullstack-lang/gongreqif","commit_stats":null,"previous_names":["fullstack-lang/gongreqif"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fullstack-lang/gongreqif","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fullstack-lang%2Fgongreqif","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fullstack-lang%2Fgongreqif/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fullstack-lang%2Fgongreqif/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fullstack-lang%2Fgongreqif/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fullstack-lang","download_url":"https://codeload.github.com/fullstack-lang/gongreqif/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fullstack-lang%2Fgongreqif/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28434475,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T18:57:19.464Z","status":"ssl_error","status_checked_at":"2026-01-14T18:52:48.501Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2026-01-14T20:34:35.034Z","updated_at":"2026-01-14T20:34:35.648Z","avatar_url":"https://github.com/fullstack-lang.png","language":"Go","readme":"# GongReqif - ReqIF File Analyzer\n\n[![Go Version](https://img.shields.io/badge/Go-1.24-blue.svg)](https://go.dev/doc/install)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\nGongReqif is a command-line tool for analyzing and inspecting OMG ReqIF (Requirements Interchange Format) files. You can easily browse or drop your `.reqif` or `.reqifz` files to get a structured view of the requirements data.\n\n![Datatypes and Spec Types from a loaded ReqIF file](docs/screenshot.png)\n*GongReqif displaying the Data Types and Specification Types from a loaded ReqIF file.*\n\n![A view of the specific objects, relations, and specification hierarchies within the file.](docs/screenshot2.png)\n*A view of the specific objects, relations, and specification hierarchies within the file.*\n\n![A view of the rendering of a specification.](docs/screenshot3.png)\n*A view of the rendering of a specification.*\n\n\n## About the Project\n\nThe Requirements Interchange Format (ReqIF) is an open, XML-based standard used to exchange requirements between different software tools, particularly in the automotive, aerospace, and defense industries. A `.reqif` file is a single XML file, while a `.reqifz` is a compressed archive containing the `.reqif` file and associated attachments, such as images.\n\nGongReqif provides a simple interface to parse and visualize the hierarchical structure, attributes, and relationships within these requirement files, facilitating a quick and clear analysis without needing complex enterprise software.\n\n## Getting Started\n\nTo get a local copy up and running, follow these simple steps.\n\n### Prerequisites\n\nYou need to have Go version 1.24 or higher installed on your system. You can find the installation instructions on the official Go website:\n\n- [Go Installation Guide](https://go.dev/doc/install)\n\n### Installation \u0026 Running the Application\n\nYou can run the application directly from the source using the `go run` command. This command will fetch the package and its dependencies and execute the main command.\n\n```sh\ngo run github.com/fullstack-lang/gongreqif/go/cmd/gongreqif@main\n```\n\n## Usage\n\nOnce the application is running, launch a browser on http://localhost:8080/ where you can interact with your ReqIF files.\n\n1.  **Open a file:** You can either drag and drop a `.reqif` or `.reqifz` file directly onto the application window.\n2.  **Browse for a file:** Alternatively, you can click the \"Browse\" button to open a file dialog and select your desired ReqIF file.\n\nThe application will then process the file and display its contents for analysis.\n\nYou can download the \"reqif\" sample file, `ReqIF for Wheeled Tennis Ball Drone.reqif`, directly using the link below.\n\n* **[Download the ReqIF Sample File](https://raw.githubusercontent.com/fullstack-lang/gongreqif/main/go/cmd/gongreqif/reqif%20samples/ReqIF%20for%20Wheeled%20Tennis%20Ball%20Drone.reqif)**\n\nOnce downloaded, you can open it in the application using the drag-and-drop or browse method described above.\n\nIf you want to see images, you can download the \"reqifz\" sample file, `ReqIF for Wheeled Tennis Ball Drone.reqifz`, directly using the link below.\n\n* **[Download the ReqIF Sample File (ReqIF file zipped with images)](https://github.com/fullstack-lang/gongreqif/blob/main/go/cmd/gongreqif/reqif%20samples/ReqIF%20for%20Wheeled%20Tennis%20Ball%20Drone.reqifz)**\n\nOnce downloaded, you can open it in the application using the drag-and-drop or browse method described above.\n\nYou then configure the rendering configuration for each of the 3 specifications or you can all download the rendering configuration for the sample file, directly using the ling below.\n\n* **[Download Rendering Conf of Sample File](https://github.com/fullstack-lang/gongreqif/blob/main/go/cmd/gongreqif/reqif%20samples/reqif%20samples_ReqIF%20for%20Wheeled%20Tennis%20Ball%20Drone-renderingConf.go1)**\n\nOnce downloaded, go to the \"ReqIF render\" tab and you can open it in the application using the drag-and-drop or browse method described above.\n\nDistributed under the MIT License. See `LICENSE` for more information.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffullstack-lang%2Fgongreqif","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffullstack-lang%2Fgongreqif","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffullstack-lang%2Fgongreqif/lists"}