{"id":16294067,"url":"https://github.com/axetroy/deno_process","last_synced_at":"2025-07-19T16:37:00.533Z","repository":{"id":53208148,"uuid":"193732671","full_name":"axetroy/deno_process","owner":"axetroy","description":"process module for Deno","archived":false,"fork":false,"pushed_at":"2022-08-05T14:33:10.000Z","size":43,"stargazers_count":8,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-14T07:49:39.979Z","etag":null,"topics":["deno"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/axetroy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":"github.com/axetroy/buy-me-a-cup-of-tea"}},"created_at":"2019-06-25T15:15:40.000Z","updated_at":"2022-08-29T12:16:11.000Z","dependencies_parsed_at":"2022-09-15T03:43:46.012Z","dependency_job_id":null,"html_url":"https://github.com/axetroy/deno_process","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axetroy%2Fdeno_process","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axetroy%2Fdeno_process/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axetroy%2Fdeno_process/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axetroy%2Fdeno_process/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/axetroy","download_url":"https://codeload.github.com/axetroy/deno_process/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244047647,"owners_count":20389206,"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":["deno"],"created_at":"2024-10-10T20:14:01.834Z","updated_at":"2025-03-20T04:30:22.843Z","avatar_url":"https://github.com/axetroy.png","language":"TypeScript","funding_links":["github.com/axetroy/buy-me-a-cup-of-tea"],"categories":[],"sub_categories":[],"readme":"\n\u003cbr\u003e\n\n\u003cdiv align = center\u003e\n\n[![Badge License]][License]   \n[![Badge Status]][Actions]\n\n\u003cbr\u003e\n\u003cbr\u003e\n\n# Deno Process\n\n*A deno module for process management.*\n\n\u003cbr\u003e\n\u003cbr\u003e\n\n## Features\n\n\u003ckbd\u003e  Cross Platform Support  \u003c/kbd\u003e  \n\u003ckbd\u003e  Get  \u003c/kbd\u003e\n\n\u003ckbd\u003e  GetTree  \u003c/kbd\u003e  \n\u003ckbd\u003e  GetAll  \u003c/kbd\u003e  \n\u003ckbd\u003e  Kill  \u003c/kbd\u003e\n\n\u003c/div\u003e\n\n\u003cbr\u003e\n\u003cbr\u003e\n\n## Usage\n\nAll methods require the  `--allow-run`  flags.\n\n```TypeScript\nimport * as Process from 'https://deno.land/x/process@v0.3.0/mod.ts'\n```\n\n\u003cbr\u003e\n\n### Get\n\n*Get a process info with it's id.*\n\n```TypeScript\nconst processId = 1;\nconst info = await Process.get(processId);\n```\n\n\u003cbr\u003e\n\n### Get All\n\n*Return all processes.*\n\n```TypeScript\nconst processes = await Process.getAll();\n```\n\n\u003cbr\u003e\n\n### Get Tree\n\n*Return the process tree.*\n\n```TypeScript\nconst tree = await Process.getTree();\n```\n\n\u003cbr\u003e\n\n### Kill\n\n*Kill a process by Id or name.*\n\n```TypeScript\nconst processName = 'deno';\nawait Process.kill(processName);\n```\n\n```TypeScript\nconst processId = 1024;\nawait Process.kill(processId);\n```\n\n\u003cbr\u003e\n\n\n\u003c!-----------------------------------------------------------------------------\u003e\n\n[Actions]: https://github.com/axetroy/deno_process/actions\n\n[License]: LICENSE\n\n\n\u003c!----------------------------------[ Badges ]---------------------------------\u003e\n\n[Badge License]: https://img.shields.io/badge/License-MIT-ac8b11.svg?style=for-the-badge\u0026labelColor=yellow\n[Badge Status]: https://img.shields.io/github/workflow/status/axetroy/deno_process/test?style=for-the-badge\u0026labelColor=7F2B7B\u0026color=5b1f59","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxetroy%2Fdeno_process","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faxetroy%2Fdeno_process","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxetroy%2Fdeno_process/lists"}