{"id":28823625,"url":"https://github.com/tmorin/archicode","last_synced_at":"2026-03-07T07:31:02.023Z","repository":{"id":188100701,"uuid":"678094276","full_name":"tmorin/archicode","owner":"tmorin","description":"Streamline architectural design and visualization with an as-code approach. Integrates C4 Model and ArchiMate for efficient workflow.","archived":false,"fork":false,"pushed_at":"2025-04-06T18:34:58.000Z","size":601,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-19T00:11:31.798Z","etag":null,"topics":["archimate","architecture","c4-model","cli"],"latest_commit_sha":null,"homepage":"https://tmorin.github.io/archicode/","language":"Java","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/tmorin.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}},"created_at":"2023-08-13T16:55:16.000Z","updated_at":"2025-04-06T18:35:00.000Z","dependencies_parsed_at":"2023-08-13T19:21:40.422Z","dependency_job_id":"f3d9d3c8-9150-4769-af6b-40ba43f7135d","html_url":"https://github.com/tmorin/archicode","commit_stats":null,"previous_names":["tmorin/archicode"],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/tmorin/archicode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmorin%2Farchicode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmorin%2Farchicode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmorin%2Farchicode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmorin%2Farchicode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tmorin","download_url":"https://codeload.github.com/tmorin/archicode/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmorin%2Farchicode/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30209716,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T05:23:27.321Z","status":"ssl_error","status_checked_at":"2026-03-07T05:00:17.256Z","response_time":53,"last_error":"SSL_read: 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":["archimate","architecture","c4-model","cli"],"created_at":"2025-06-19T00:10:39.138Z","updated_at":"2026-03-07T07:31:02.018Z","avatar_url":"https://github.com/tmorin.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ArchiCode\n\n[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=tmorin_archicode\u0026metric=alert_status)](https://sonarcloud.io/summary/new_code?id=tmorin_archicode)\n\n\u003e Streamline architectural design and visualization with an as-code approach. Integrates C4 Model and ArchiMate for efficient workflow.\n\n## Run\n\nThe following commands assume the ArchiCode workspace is located in the current directory.\n\n**Show the help information**\n\n```shell\ndocker run \\\n  -u \"$(id -u):$(id -g)\" \\\n  -v \"$(pwd):/workdir\" -w \"/workdir\" \\\n  --rm ghcr.io/tmorin/archicode --help\n```\n\n**Generate all views**\n\n```shell\ndocker run \\\n  -u \"$(id -u):$(id -g)\" \\\n  -v \"$(pwd):/workdir\" -w \"/workdir\" \\\n  --rm ghcr.io/tmorin/archicode views generate\n```\n\n**Get the JSON schema for the Workspace resource**\n\n```shell\ndocker run \\\n  -u \"$(id -u):$(id -g)\" \\\n  -v \"$(pwd):/workdir\" -w \"/workdir\" \\\n  --rm ghcr.io/tmorin/archicode query schemas workspace\n```\n\n**Get the JSON schema for the Manifest resource**\n\n```shell\ndocker run \\\n  -u \"$(id -u):$(id -g)\" \\\n  -v \"$(pwd):/workdir\" -w \"/workdir\" \\\n  --rm ghcr.io/tmorin/archicode query schemas manifest\n```\n\n## Maintenance\n\n**Dependencies upgrade**\n\n```shell\n./mvnw versions:display-dependency-updates\n```\n\n**Quarkus update**\n\n```shell\n./mvnw quarkus:update\n```\n\n**Release**\n\n```shell\n./mvnw --batch-mode release:clean \\\n\u0026\u0026 ./mvnw --batch-mode release:prepare \\\n  -DreleaseVersion=X.Y.Z \\\n  -DdevelopmentVersion=Y.X.Z-SNAPSHOT\n```\n\n**Build package and OIC image**\n\n```shell\n./mvnw package -Dquarkus.container-image.build=true\n```\n\n**Build package and OIC image without test execution**\n\n```shell\n./mvnw package -Dquarkus.container-image.build=true -Dmaven.test.skip\n```\n\n```shell\n./mvnw clean package -Dquarkus.container-image.build=true\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftmorin%2Farchicode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftmorin%2Farchicode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftmorin%2Farchicode/lists"}