{"id":27904791,"url":"https://github.com/haryoiro/oasc","last_synced_at":"2026-05-02T06:32:42.308Z","repository":{"id":291493247,"uuid":"977784582","full_name":"haryoiro/oasc","owner":"haryoiro","description":null,"archived":false,"fork":false,"pushed_at":"2025-05-31T12:39:36.000Z","size":41,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-01T00:57:24.205Z","etag":null,"topics":["openapi","openapi-spec","openapi3"],"latest_commit_sha":null,"homepage":"","language":"Go","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/haryoiro.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,"zenodo":null}},"created_at":"2025-05-05T00:21:47.000Z","updated_at":"2025-05-31T12:39:40.000Z","dependencies_parsed_at":"2025-05-08T19:30:51.201Z","dependency_job_id":null,"html_url":"https://github.com/haryoiro/oasc","commit_stats":null,"previous_names":["haryoiro/oasc"],"tags_count":19,"template":false,"template_full_name":null,"purl":"pkg:github/haryoiro/oasc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haryoiro%2Foasc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haryoiro%2Foasc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haryoiro%2Foasc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haryoiro%2Foasc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/haryoiro","download_url":"https://codeload.github.com/haryoiro/oasc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haryoiro%2Foasc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32525886,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T01:12:54.858Z","status":"online","status_checked_at":"2026-05-02T02:00:05.923Z","response_time":132,"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":["openapi","openapi-spec","openapi3"],"created_at":"2025-05-05T23:32:51.658Z","updated_at":"2026-05-02T06:32:42.299Z","avatar_url":"https://github.com/haryoiro.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OASC - OpenAPI Specification Combiner\n\nA CLI tool for combining multiple OpenAPI specifications into a single file.\n\n## Features\n\n- Combines multiple OpenAPI 3.x specifications\n- Supports both YAML and JSON formats\n- Cross-platform support (macOS, Linux, Windows)\n- Debug mode for detailed operation logs\n\n## Installation\n\n### Go install\n\n```bash\n# Install specific version\ngo install github.com/haryoiro/oasc/cmd/oasc@v0.1.35\n\n# Install latest version\ngo install github.com/haryoiro/oasc/cmd/oasc@latest\n```\n\n### Build from Source\n\n```bash\n# Install Go 1.24 or later\ngo install github.com/haryoiro/oasc/cmd/oasc@latest\n```\n\n## Usage\n\n```bash\n# Basic usage\noasc -f spec1.yaml -f spec2.yaml -o merged.yaml\n\n# Specify output format\noasc -f spec1.yaml -f spec2.yaml -o merged.json --format json\n\n# Enable debug mode\noasc -f spec1.yaml -f spec2.yaml -o merged.yaml --debug\n```\n\n### Options\n\n- `-f, --file`: Input OpenAPI file paths (can be specified multiple times)\n- `-o, --output`: Output file path (default: merged.yaml)\n- `-F, --format`: Output format (json or yaml)\n- `--debug`: Enable debug logging\n- `--version`: Show version information\n\n## Development\n\n### Prerequisites\n\n- Go 1.24 or later\n- [mise](https://github.com/jdx/mise) for task management\n- [goreleaser](https://goreleaser.com/) for releases\n\n### Development Setup\n\n```bash\n# Install mise\ncurl https://mise.jdx.dev/install.sh | sh\n\n# Install development tools\nmise install\n\n# Run tests\nmise run test\n```\n\n### Release Process\n\n```bash\n# Create release tag (this will push a tag and trigger GitHub Actions)\nmise run release-tag 0.1.35\n```\n\n## License\n\nMIT License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharyoiro%2Foasc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fharyoiro%2Foasc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharyoiro%2Foasc/lists"}