{"id":17043418,"url":"https://github.com/leavez/cleanquit","last_synced_at":"2025-03-23T02:22:59.363Z","repository":{"id":82216495,"uuid":"247911040","full_name":"leavez/CleanQuit","owner":"leavez","description":"Kill all children processes when main program ends.","archived":false,"fork":false,"pushed_at":"2021-04-13T08:09:10.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-28T05:27:02.850Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Swift","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/leavez.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":"2020-03-17T07:58:09.000Z","updated_at":"2021-04-13T08:08:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"1ee7ca69-f354-4d94-a732-9e499971aec7","html_url":"https://github.com/leavez/CleanQuit","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leavez%2FCleanQuit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leavez%2FCleanQuit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leavez%2FCleanQuit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leavez%2FCleanQuit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leavez","download_url":"https://codeload.github.com/leavez/CleanQuit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245045589,"owners_count":20552061,"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":[],"created_at":"2024-10-14T09:29:30.321Z","updated_at":"2025-03-23T02:22:59.326Z","avatar_url":"https://github.com/leavez.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CleanQuit\n\nKill all children processes when main program ends.\n\nChildren processes may be create by `Process` class, which usually used to call shell commands. When the main swift processes killed by ctr+c, the children processes won't be killed and become an orphan process owned by pid 1.\n\nThis lib provides a method to kill all direct children processes automatically when process exit or be killed by signal.\n\n## Usage\n\nSPM\n```\n.package(url: \"https://github.com/leavez/CleanQuit.git\", from: \"1.0.0\"),\n```\n\n```\nimport CleanQuit\n\nCleanQuit.enable()\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleavez%2Fcleanquit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleavez%2Fcleanquit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleavez%2Fcleanquit/lists"}