{"id":13673299,"url":"https://github.com/jinjor/deno-task-runner","last_synced_at":"2025-07-14T08:31:48.339Z","repository":{"id":62421519,"uuid":"164460232","full_name":"jinjor/deno-task-runner","owner":"jinjor","description":"Task runner for deno","archived":false,"fork":false,"pushed_at":"2019-01-19T08:36:49.000Z","size":46,"stargazers_count":29,"open_issues_count":3,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-28T21:52:24.922Z","etag":null,"topics":["deno"],"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/jinjor.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}},"created_at":"2019-01-07T16:30:16.000Z","updated_at":"2024-05-01T11:27:34.000Z","dependencies_parsed_at":"2022-11-01T17:32:09.507Z","dependency_job_id":null,"html_url":"https://github.com/jinjor/deno-task-runner","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/jinjor/deno-task-runner","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jinjor%2Fdeno-task-runner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jinjor%2Fdeno-task-runner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jinjor%2Fdeno-task-runner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jinjor%2Fdeno-task-runner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jinjor","download_url":"https://codeload.github.com/jinjor/deno-task-runner/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jinjor%2Fdeno-task-runner/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265262622,"owners_count":23736432,"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":["deno"],"created_at":"2024-08-02T10:00:33.072Z","updated_at":"2025-07-14T08:31:47.761Z","avatar_url":"https://github.com/jinjor.png","language":"TypeScript","funding_links":[],"categories":["Uncategorized","Tools","基础设施"],"sub_categories":["Uncategorized","Online Playgrounds","Assistants","Deno 源"],"readme":"# deno-task-runner\n\n[![Build Status](https://travis-ci.org/jinjor/deno-task-runner.svg?branch=master)](https://travis-ci.org/jinjor/deno-task-runner)\n[![Build status](https://ci.appveyor.com/api/projects/status/6kbm7dxgsk7x6wl0?svg=true)](https://ci.appveyor.com/project/jinjor/deno-task-runner)\n\nWrite tasks in deno.\n\n## Example\n\n```typescript\nimport { task } from \"https://deno.land/x/task_runner/mod.ts\";\n\ntask(\"prepare\", \"echo preparing...\");\ntask(\"counter\", \"deno counter.ts\");\ntask(\"thumb\", \"deno https://deno.land/thumb.ts\");\ntask(\"all\", \"$prepare\", [\"$counter alice\", \"$counter bob\"], \"$thumb\");\n//          ^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^\n//          1st task    2nd task (parallel)                 3rd task\n```\n\n```\n$ deno example.ts all --allow-run\npreparing...\nbob 1\nalice 1\nalice 2\nbob 2\nalice 3\nbob 3\nalice 4\nbob 4\nbob 5\nalice 5\n👍\n```\n\n## Watch\n\n```typescript\ntask(\"compile\", \"echo changed\", \"$all\").watchSync(\"src\");\ntask(\"dev-server\", \"echo restarting...\", \"$server\").watch(\"server\");\n```\n\n## LICENSE\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjinjor%2Fdeno-task-runner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjinjor%2Fdeno-task-runner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjinjor%2Fdeno-task-runner/lists"}