{"id":22006652,"url":"https://github.com/neoforged/eclipselaunchconfigs","last_synced_at":"2026-02-23T17:40:16.410Z","repository":{"id":219843283,"uuid":"695794556","full_name":"neoforged/EclipseLaunchConfigs","owner":"neoforged","description":"A Java library for generating Eclipse launch configurations","archived":false,"fork":false,"pushed_at":"2025-01-23T08:42:43.000Z","size":215,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-10-13T18:25:52.092Z","etag":null,"topics":["eclipse","java-library"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-2.1","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/neoforged.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},"funding":{"github":"neoforged","open_collective":"neoforged"}},"created_at":"2023-09-24T08:45:40.000Z","updated_at":"2025-01-23T08:42:46.000Z","dependencies_parsed_at":"2024-01-30T01:41:00.096Z","dependency_job_id":"358983cc-74b5-4e91-9f38-7b6b710df430","html_url":"https://github.com/neoforged/EclipseLaunchConfigs","commit_stats":null,"previous_names":["neoforged/eclipselaunchconfigs"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/neoforged/EclipseLaunchConfigs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neoforged%2FEclipseLaunchConfigs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neoforged%2FEclipseLaunchConfigs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neoforged%2FEclipseLaunchConfigs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neoforged%2FEclipseLaunchConfigs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/neoforged","download_url":"https://codeload.github.com/neoforged/EclipseLaunchConfigs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neoforged%2FEclipseLaunchConfigs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280742568,"owners_count":26382923,"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","status":"online","status_checked_at":"2025-10-24T02:00:06.418Z","response_time":73,"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":["eclipse","java-library"],"created_at":"2024-11-30T01:13:36.724Z","updated_at":"2025-10-24T04:44:35.509Z","avatar_url":"https://github.com/neoforged.png","language":"Java","funding_links":["https://github.com/sponsors/neoforged","https://opencollective.com/neoforged"],"categories":[],"sub_categories":[],"readme":"# EclipseLaunchConfigs\nA Java library for generating Eclipse Launch Configurations (.launch files).  \n\n## Launch Configs\nFor information on how Eclipse Launch Configs function, see the [docs](./docs/01_Intro.md).  \n\n## Using This Library\nTo create new launch configurations, find the appropriate class in [net.neoforged.elc.configs](./src/main/java/net/neoforged/elc/configs) and create a builder using the static `builder` method.  \n\nEach builder has options unique to that particular configuration. Fill out the information you need, then call `Builder#build()` to finalize the instance and create a [`LaunchConfig`](./src/main/java/net/neoforged/elc/configs/LaunchConfig.java) object.  \n\nYou may then inspect the finalized config and write it to a file using `LaunchConfig#write(Writer)`.  \n\nIf you need to create `EAttribute` objects to supply to the builder, see [here](./src/main/java/net/neoforged/elc/attributes/EAttribute.java). For helpers to work with Eclipse Variables, see [here](./src/main/java/net/neoforged/elc/EclipseVariables.java).  \n\n## Examples\nFor a few example usages, see the [unit tests](./src/test/java/net/neoforged/elc/tests).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneoforged%2Feclipselaunchconfigs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneoforged%2Feclipselaunchconfigs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneoforged%2Feclipselaunchconfigs/lists"}