{"id":27243356,"url":"https://github.com/astrohelm/helm","last_synced_at":"2025-04-10T20:36:42.188Z","repository":{"id":286623456,"uuid":"961996648","full_name":"astrohelm/helm","owner":"astrohelm","description":"Application lifecycle manager","archived":false,"fork":false,"pushed_at":"2025-04-07T13:50:59.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-07T14:40:25.521Z","etag":null,"topics":[],"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/astrohelm.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-04-07T13:45:36.000Z","updated_at":"2025-04-07T13:51:03.000Z","dependencies_parsed_at":"2025-04-07T21:00:09.060Z","dependency_job_id":null,"html_url":"https://github.com/astrohelm/helm","commit_stats":null,"previous_names":["astrohelm/helm"],"tags_count":0,"template":false,"template_full_name":"astrohelm/node-workspace","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astrohelm%2Fhelm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astrohelm%2Fhelm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astrohelm%2Fhelm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astrohelm%2Fhelm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/astrohelm","download_url":"https://codeload.github.com/astrohelm/helm/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248290425,"owners_count":21078985,"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-04-10T20:36:41.594Z","updated_at":"2025-04-10T20:36:42.176Z","avatar_url":"https://github.com/astrohelm.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HELM | Backbone of your application\n\n## About\n\nHelm purpose to provide a simple application lifecycle without corresponding race conditions. To\nachieve such behavior this library uses Graph-based queue system. This allows to process components\nwithout any doubt of a right order.\n\n## Example\n\n```js\n'use strict';\n\nconst app = new Helm();\n\napp.use(first, { firstName: 'first' });\napp.use(third);\n\napp.start((err) /* Error during boot */ =\u003e {\n  if (err /* Must be handled somehow */) {\n    throw err;\n  }\n\n  console.log('Application booted!');\n});\n\nfunction first(app, opts) {\n  console.log(`${opts.firstName} !`, opts);\n  app.use(second, { secondName: 'Second' });\n}\n\nfunction second(app, opts, done) {\n  console.log(`${opts.secondName} !`, opts);\n  process.nextTick(cb);\n}\n\n// async/await or Promise support\nasync function third(app, opts) {\n  console.log('Third !');\n}\n```\n\n## API\n\n### new Helm(app, opts, ?done)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fastrohelm%2Fhelm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fastrohelm%2Fhelm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fastrohelm%2Fhelm/lists"}