{"id":22788910,"url":"https://github.com/rjoydip/drunner","last_synced_at":"2026-05-07T13:32:28.632Z","repository":{"id":114445503,"uuid":"534080566","full_name":"rjoydip/drunner","owner":"rjoydip","description":"[EXPERIMENT] Deno task runner for automation pipelines script sequential task workflow steps in yaml conditional execution, loops, error handling \u0026 retries","archived":false,"fork":false,"pushed_at":"2022-09-08T06:30:32.000Z","size":25,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-30T16:25:47.795Z","etag":null,"topics":["deno","yml"],"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/rjoydip.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":"2022-09-08T06:30:24.000Z","updated_at":"2025-02-11T06:27:43.000Z","dependencies_parsed_at":"2023-06-08T04:00:20.488Z","dependency_job_id":null,"html_url":"https://github.com/rjoydip/drunner","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rjoydip/drunner","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rjoydip%2Fdrunner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rjoydip%2Fdrunner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rjoydip%2Fdrunner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rjoydip%2Fdrunner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rjoydip","download_url":"https://codeload.github.com/rjoydip/drunner/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rjoydip%2Fdrunner/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269983549,"owners_count":24507614,"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","status":"online","status_checked_at":"2025-08-11T02:00:10.019Z","response_time":75,"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","yml"],"created_at":"2024-12-12T01:38:23.467Z","updated_at":"2026-05-07T13:32:28.580Z","avatar_url":"https://github.com/rjoydip.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# drunner\n\n![Drunner CI](https://github.com/rjoydip/drunner/workflows/Drunner%20CI/badge.svg)\n![Drunner Release CI](https://github.com/rjoydip/drunner/workflows/Drunner%20Release%20CI/badge.svg?branch=v0.0.1)\n\n\u003e Deno task runner for automation pipelines script sequential task workflow steps in yaml conditional execution, loops, error handling \u0026 retries.\n\n## Install\n\n```sh\ndeno install --allow-run --allow-read -f -n drunner https://raw.githubusercontent.com/rjoydip/drunner/master/cli.ts\n```\n\n## Usage CLI\n\n```sh\ndrunner runner.yaml\n```\n\n## Run locally\n\n```sh\ndeno run --allow-run --allow-read --unstable cli.ts test/runner.yaml\n```\n\n## Arguments\n\n  - **`--noColor` - (Default: `true`)** - No colored output\n  - **`--pretty` - (Default: `false`)** - No format\n  - **`--prefix` - (Default: `name`)** - Steps name will display with `--pretty`\n\n## Example\n\n```yml\nname: Test runner\n\nvariables:\n  hello: world\n  pwd: /test\n\njobs:\n  job1:\n    steps:\n      - name: Test\n        description: Test description\n        with:\n          version: t1.0.0.0000\n        run: echo \"Test version $version\"\n\n      - name: Build\n        description: Build description\n        with:\n          version: b1.0.0.0000\n        run: |\n          echo \"Build version $version and $pwd\"\n\n  job2:\n    steps:\n      - name: Deploy\n        description: Deploy description\n        with:\n          version: v1.0.0\n        run: |\n          echo \"Deploy version $version\"\n          echo \"multiline\"\n\n      - name: Echo sh\n        description: Run example sh file\n        run: sh  ./echo.sh\n        \n      - name: No return\n        description: Golang version desc\n        run: \n          script: echo \"No return\"\n          return: false\n  job3:\n    steps:\n      - name: Deno version\n        description: Deno version desc\n        run: deno --version\n      \n      - name: Node.js version\n        description: Node.js version desc\n        run: node --version\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frjoydip%2Fdrunner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frjoydip%2Fdrunner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frjoydip%2Fdrunner/lists"}