{"id":20673664,"url":"https://github.com/yiplee/compose","last_synced_at":"2026-04-22T02:32:18.736Z","repository":{"id":65195488,"uuid":"561720021","full_name":"yiplee/compose","owner":"yiplee","description":null,"archived":false,"fork":false,"pushed_at":"2025-08-19T05:27:28.000Z","size":7688,"stargazers_count":0,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-19T07:13:51.588Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yiplee.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}},"created_at":"2022-11-04T10:37:50.000Z","updated_at":"2025-08-19T05:03:23.000Z","dependencies_parsed_at":"2024-06-21T10:45:58.997Z","dependency_job_id":"d137362a-5ace-4bd6-a2a1-ecef3a06caba","html_url":"https://github.com/yiplee/compose","commit_stats":{"total_commits":8,"total_committers":1,"mean_commits":8.0,"dds":0.0,"last_synced_commit":"3f3fa2c4888c9b93986af0923e8aafea1d3fa04f"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/yiplee/compose","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yiplee%2Fcompose","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yiplee%2Fcompose/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yiplee%2Fcompose/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yiplee%2Fcompose/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yiplee","download_url":"https://codeload.github.com/yiplee/compose/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yiplee%2Fcompose/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32118101,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-22T00:31:26.853Z","status":"online","status_checked_at":"2026-04-22T02:00:05.693Z","response_time":58,"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":[],"created_at":"2024-11-16T20:42:12.355Z","updated_at":"2026-04-22T02:32:18.719Z","avatar_url":"https://github.com/yiplee.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Compose\n\nCompose is a tool for defining and running multi commands. With Compose, you use a YAML file to configure your application's services. Then, with a single command, you create and start all the services from your configuration.\n\n### Configure\n\nPlace compose.yaml in the working dir, then run ```compose``` to start the services.\n\n```yaml\ntasks:\n    service_1: # service name\n        cmds: sleep 5\n    service_2:\n        cmds: sleep 5\n        delay: 1s # delay before start\n```\n\n### Systemd\n\nRun ```compose systemd``` in the working dir to generate a systemd service file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyiplee%2Fcompose","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyiplee%2Fcompose","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyiplee%2Fcompose/lists"}