{"id":17862594,"url":"https://github.com/krdlab/daab-workflow","last_synced_at":"2026-01-21T03:01:46.666Z","repository":{"id":42573166,"uuid":"410611368","full_name":"krdlab/daab-workflow","owner":"krdlab","description":"Workflow engine for daab","archived":false,"fork":false,"pushed_at":"2024-03-28T17:41:46.000Z","size":829,"stargazers_count":0,"open_issues_count":4,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-07T22:17:20.467Z","etag":null,"topics":["daab","workflow"],"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/krdlab.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}},"created_at":"2021-09-26T17:01:59.000Z","updated_at":"2023-09-27T12:54:55.000Z","dependencies_parsed_at":"2024-10-28T09:10:28.188Z","dependency_job_id":"3026c309-a28e-401b-aaa1-24f4b38f0b57","html_url":"https://github.com/krdlab/daab-workflow","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/krdlab/daab-workflow","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krdlab%2Fdaab-workflow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krdlab%2Fdaab-workflow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krdlab%2Fdaab-workflow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krdlab%2Fdaab-workflow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/krdlab","download_url":"https://codeload.github.com/krdlab/daab-workflow/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krdlab%2Fdaab-workflow/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28624341,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T02:47:06.670Z","status":"ssl_error","status_checked_at":"2026-01-21T02:45:44.886Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["daab","workflow"],"created_at":"2024-10-28T08:53:26.144Z","updated_at":"2026-01-21T03:01:46.640Z","avatar_url":"https://github.com/krdlab.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# daab-workflow\n\nThis package is a workflow engine for daab. You only need to define your workflow in YAML. daab will work according to your workflow.\n\n## Usage\n\n### 1. Create your daab\n\nFirst of all, create a directory for your daab and initialize it.\n\n```bash\nmkdir my-daab \u0026\u0026 cd $_\ndaab init\n```\n\nAfter initialization, log in to direct.\n\n```bash\ndaab login\n```\n\n### 2. Install daab-workflow\n\nAdd `daab-workflow` to your daab dependencies.\n\n```bash\nnpm install daab-workflow\n```\n\nNext, create a directory in daab to place your workflow file.\n\n```bash\nmkdir workflows\n```\n\n### 3. Create your workflow\n\nAdd a new workflow file to the directory you just created.\n\n```bash\nvim workflows/hello.yml\n```\n\nMore information on how to write a workflow can be found in `example/workflows/*.yml`.\n\n### 4. Run daab\n\nImplement `scripts/*.js` as follows.\n\n```javascript\nconst { workflow } = require(\"daab-workflow\");\nmodule.exports = workflow('./workflows');\n```\n\nImplement `*.ts` as follows if you use TypeScript.\n\n```typescript\nimport { workflow } from 'daab-workflow';\nexport = workflow('./workflows');\n```\n\nFinally, run daab as usual.\n\n```bash\nDISABLE_NPM_INSTALL=yes npm start\n```\n\n## Contribution\n\nTODO\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrdlab%2Fdaab-workflow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkrdlab%2Fdaab-workflow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrdlab%2Fdaab-workflow/lists"}