{"id":13755178,"url":"https://github.com/onebeyond/systemic-domain-runner","last_synced_at":"2025-06-17T06:06:19.275Z","repository":{"id":137663011,"uuid":"62788836","full_name":"onebeyond/systemic-domain-runner","owner":"onebeyond","description":"Starts systemic systems within a domain","archived":false,"fork":false,"pushed_at":"2023-07-20T11:47:08.000Z","size":13,"stargazers_count":1,"open_issues_count":1,"forks_count":2,"subscribers_count":15,"default_branch":"master","last_synced_at":"2025-06-12T19:14:14.875Z","etag":null,"topics":["hacktoberfest"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/onebeyond.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}},"created_at":"2016-07-07T08:23:25.000Z","updated_at":"2023-03-14T09:10:33.000Z","dependencies_parsed_at":"2024-02-10T23:31:47.374Z","dependency_job_id":"37276838-891a-4ab8-a52e-2c46cf1a5892","html_url":"https://github.com/onebeyond/systemic-domain-runner","commit_stats":null,"previous_names":["guidesmiths/systemic-domain-runner"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/onebeyond/systemic-domain-runner","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onebeyond%2Fsystemic-domain-runner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onebeyond%2Fsystemic-domain-runner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onebeyond%2Fsystemic-domain-runner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onebeyond%2Fsystemic-domain-runner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/onebeyond","download_url":"https://codeload.github.com/onebeyond/systemic-domain-runner/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onebeyond%2Fsystemic-domain-runner/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260301993,"owners_count":22988722,"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":["hacktoberfest"],"created_at":"2024-08-03T10:00:48.118Z","updated_at":"2025-06-17T06:06:19.250Z","avatar_url":"https://github.com/onebeyond.png","language":"JavaScript","readme":"[![Maintainability](https://api.codeclimate.com/v1/badges/293e99309826741b92d4/maintainability)](https://codeclimate.com/github/onebeyond/systemic-domain-runner/maintainability)\n[![Test Coverage](https://api.codeclimate.com/v1/badges/293e99309826741b92d4/test_coverage)](https://codeclimate.com/github/onebeyond/systemic-domain-runner/test_coverage)\n\n# Systemic Domain Runner\nStarts [systemic](https://github.com/guidesmiths/systemic) systems within a domain\n\n## TL;DR\n```js\nconst Systemic = require('systemic')\nconst runner = require('systemic-domain-runner')\n\nconst system = new Systemic()\n    .add('config', { foo: 1, bar: 2 })\n    .add('app', require('./my-app'))\n        .dependsOn('config')\n\nrunner(system).start((err, components) =\u003e {\n    if (err) throw err\n    console.log('Started')\n})\n```\n## Features\n* Shutsdown the system on unhandled errors\n* Uses [system-service-runner](https://github.com/guidesmiths/systemic-service-runner) as the underlying runner by default\n\n## Usage\n```\nrunner(\u003csystem\u003e, [\u003coptions\u003e]).start(\u003ccb\u003e)\n```\n\n### Default options\n```js\n{\n    logger: console,\n    runner: require('systemic-service-runner')\n}\n```\n","funding_links":[],"categories":["Runners"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonebeyond%2Fsystemic-domain-runner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fonebeyond%2Fsystemic-domain-runner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonebeyond%2Fsystemic-domain-runner/lists"}