{"id":27979230,"url":"https://github.com/infinitaslearning/systemic-ts-service-runner","last_synced_at":"2026-02-04T00:34:24.232Z","repository":{"id":246952563,"uuid":"824274888","full_name":"infinitaslearning/systemic-ts-service-runner","owner":"infinitaslearning","description":"Service runner for systemic-ts","archived":false,"fork":false,"pushed_at":"2024-12-05T08:28:41.000Z","size":956,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-05-01T21:05:30.226Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/infinitaslearning.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-04T18:36:25.000Z","updated_at":"2024-11-28T17:01:30.000Z","dependencies_parsed_at":"2024-11-12T08:33:58.514Z","dependency_job_id":null,"html_url":"https://github.com/infinitaslearning/systemic-ts-service-runner","commit_stats":null,"previous_names":["infinitaslearning/systemic-ts-service-runner"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/infinitaslearning%2Fsystemic-ts-service-runner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/infinitaslearning%2Fsystemic-ts-service-runner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/infinitaslearning%2Fsystemic-ts-service-runner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/infinitaslearning%2Fsystemic-ts-service-runner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/infinitaslearning","download_url":"https://codeload.github.com/infinitaslearning/systemic-ts-service-runner/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252986768,"owners_count":21836219,"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":"2025-05-08T02:31:28.455Z","updated_at":"2026-02-04T00:34:19.198Z","avatar_url":"https://github.com/infinitaslearning.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @ilpt/systemic-ts-service-runner\n\nRuns [@ilpt//systemic-ts](https://www.npmjs.com/package/@ilpt/systemic-ts) systems\n\n## TL;DR\n\n```typescript\nimport { systemic } from '@ilpt/systemic-ts';\nimport { runner } from '@ilpt/systemic-ts-service-runner';\n\nconst system = systemic()\n  .add('config', initConfig(), { scoped: true })\n  .add('logger', initLogger()).dependsOn('config')\n  .add('service', initService()).dependsOn('config', 'logger');\n\nrunner(system).start();\n```\n\n## Installation\n\n```bash\nnpm install @ilpt/systemic-ts-service-runner\n```\n\n## Usage\n\n```typescript\nimport { runner } from '@ilpt/systemic-ts-service-runner';\nimport system from './system';\nimport emergencyLogger from './emergencyLogger';\n\nrunner(system, { logger: emergencyLogger }).start().then(components =\u003e {\n    // Do something with the components\n});\n```\n\nor with top level await:\n\n```typescript\nimport { runner } from '@ilpt/systemic-ts-service-runner';\nimport system from './system';\nimport emergencyLogger from './emergencyLogger';\n\nconst components = await runner(system, { logger: emergencyLogger }).start();\n// Do something with the components\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finfinitaslearning%2Fsystemic-ts-service-runner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finfinitaslearning%2Fsystemic-ts-service-runner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finfinitaslearning%2Fsystemic-ts-service-runner/lists"}