{"id":31663993,"url":"https://github.com/nashaddams/supervisor","last_synced_at":"2026-04-20T06:02:25.697Z","repository":{"id":317075286,"uuid":"1065880215","full_name":"nashaddams/supervisor","owner":"nashaddams","description":"A supervisor for managing executable services.","archived":false,"fork":false,"pushed_at":"2025-09-28T16:16:04.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-07T20:55:58.298Z","etag":null,"topics":["deno"],"latest_commit_sha":null,"homepage":"https://jsr.io/@nashaddams/supervisor","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/nashaddams.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-28T16:02:55.000Z","updated_at":"2025-09-28T16:16:56.000Z","dependencies_parsed_at":"2025-10-01T06:46:13.632Z","dependency_job_id":null,"html_url":"https://github.com/nashaddams/supervisor","commit_stats":null,"previous_names":["nashaddams/supervisor"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/nashaddams/supervisor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nashaddams%2Fsupervisor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nashaddams%2Fsupervisor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nashaddams%2Fsupervisor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nashaddams%2Fsupervisor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nashaddams","download_url":"https://codeload.github.com/nashaddams/supervisor/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nashaddams%2Fsupervisor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32035276,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"online","status_checked_at":"2026-04-20T02:00:06.527Z","response_time":94,"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":["deno"],"created_at":"2025-10-07T20:53:03.884Z","updated_at":"2026-04-20T06:02:25.692Z","avatar_url":"https://github.com/nashaddams.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# supervisor\n\n[![JSR](https://jsr.io/badges/@nashaddams/supervisor)](https://jsr.io/@nashaddams/supervisor)\n[![JSR score](https://jsr.io/badges/@nashaddams/supervisor/score)](https://jsr.io/@nashaddams/supervisor)\n\nA supervisor for managing executable services.\n\n## Usage\n\n```sh\ndeno run -A jsr:@nashaddams/supervisor [--help]\n```\n\n### Starting services\n\nCreate a `supervisor.yml` and define the services, e.g.:\n\n```yaml\nservices:\n  argon:\n    exec: argon/argon\n  cobalt:\n    exec: cobalt/cobalt.sh\n  neon:\n    exec: neon/neon\n    compile:\n      context: neon\n      module: mod.ts\n```\n\n```sh\ndeno run -A jsr:@nashaddams/supervisor start\n```\n\n### Stopping services\n\n```sh\ndeno run -A jsr:@nashaddams/supervisor stop\n```\n\n### Printing the service status\n\n```sh\ndeno run -A jsr:@nashaddams/supervisor status\n┌─────────┬─────────────┐\n│ Service │ Status      │\n├─────────┼─────────────┤\n│ argon   │ not running │\n├─────────┼─────────────┤\n│ cobalt  │ not running │\n├─────────┼─────────────┤\n│ neon    │ running     │\n└─────────┴─────────────┘\n```\n\n### Compiling Deno executables\n\nBy providing the `compile` properties to a service, `supervisor` will create\nstandalone Deno executables for later use:\n\n```sh\ndeno run -A jsr:@nashaddams/supervisor compile\n```\n\n### Library usage\n\nAlternatively, `supervisor` can also be imported and used as a library class:\n\n```ts\nimport { Supervisor } from \"@nashaddams/supervisor\";\n\nconst supervisor = new Supervisor();\n```\n\nSee [the docs](https://jsr.io/@nashaddams/supervisor/doc) for further details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnashaddams%2Fsupervisor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnashaddams%2Fsupervisor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnashaddams%2Fsupervisor/lists"}