{"id":16534903,"url":"https://github.com/kimjbstar/xsd2jar","last_synced_at":"2025-03-03T15:15:28.107Z","repository":{"id":181136790,"uuid":"665913988","full_name":"kimjbstar/xsd2jar","owner":"kimjbstar","description":"XSD file to JAR converter","archived":false,"fork":false,"pushed_at":"2023-07-28T02:04:53.000Z","size":1825,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-14T01:34:49.242Z","etag":null,"topics":["jar","jaxb","xjc","xml","xsd"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/kimjbstar.png","metadata":{"files":{"readme":"README.ko.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":"2023-07-13T09:27:08.000Z","updated_at":"2023-07-28T02:01:34.000Z","dependencies_parsed_at":"2024-11-14T08:48:12.812Z","dependency_job_id":"aca53a84-108b-4670-8a59-922e425d7bc5","html_url":"https://github.com/kimjbstar/xsd2jar","commit_stats":null,"previous_names":["kimjbstar/xsd2jar"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kimjbstar%2Fxsd2jar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kimjbstar%2Fxsd2jar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kimjbstar%2Fxsd2jar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kimjbstar%2Fxsd2jar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kimjbstar","download_url":"https://codeload.github.com/kimjbstar/xsd2jar/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241686832,"owners_count":20003112,"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":["jar","jaxb","xjc","xml","xsd"],"created_at":"2024-10-11T18:25:43.289Z","updated_at":"2025-03-03T15:15:28.085Z","avatar_url":"https://github.com/kimjbstar.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# xsd2jar\n\n### 개요\n\nxsd 파일을 분석해서, 각각 jar 파일로 변환해줍니다. \n\n`docker container` 기반으로 작동하기 때문에, 호스트 머신의 java 버전을 고려하지 않아도 됩니다.\n\n### 사용 가이드\n\n1. `xsd` 디렉토리 안에 변환을 원하는 파일을 배치합니다. 예시는 아래와 같습니다. \n\n```\n./xsd\n├── animals\n│   ├── Cat.xsd\n│   ├── Dog.xsd\n├── students\n    ├── Liam.xsd\n    └── John.xsd\n```\n\n2. [docker](https://docs.docker.com/get-docker/)가 설치되어 있어야 합니다.\n\n3. `xsd2jar` 프로젝트를 `clone` 받습니다.\n```\ngit@github.com:kimjbstar/xsd2jar.git\n```\n\n3. `docker compose up` 을 통해 컨테이너를 실행시킵니다. \n\n4. 디렉토리와 동명의 `jar` 파일들이 생성되었는지 확인합니다.\n\n```\n./xsd\n├── animals\n│   ├── Cat.xsd\n│   ├── Dog.xsd\n├── students\n│   ├── Liam.xsd\n│   └── John.xsd\n├── animals.jar\n└── students.jar\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkimjbstar%2Fxsd2jar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkimjbstar%2Fxsd2jar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkimjbstar%2Fxsd2jar/lists"}