{"id":15493482,"url":"https://github.com/sinclairzx81/tasksmith","last_synced_at":"2025-10-04T06:59:45.746Z","repository":{"id":287114499,"uuid":"960422074","full_name":"sinclairzx81/tasksmith","owner":"sinclairzx81","description":"Automation Tooling for Deno","archived":false,"fork":false,"pushed_at":"2025-09-09T04:37:22.000Z","size":10319,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-09T06:48:16.523Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sinclairzx81.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-04-04T12:07:05.000Z","updated_at":"2025-09-09T04:36:53.000Z","dependencies_parsed_at":"2025-04-10T03:24:27.706Z","dependency_job_id":"f1ade1f6-d0ab-494d-af8e-5714b444135c","html_url":"https://github.com/sinclairzx81/tasksmith","commit_stats":null,"previous_names":["sinclairzx81/tasksmith"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/sinclairzx81/tasksmith","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sinclairzx81%2Ftasksmith","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sinclairzx81%2Ftasksmith/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sinclairzx81%2Ftasksmith/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sinclairzx81%2Ftasksmith/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sinclairzx81","download_url":"https://codeload.github.com/sinclairzx81/tasksmith/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sinclairzx81%2Ftasksmith/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278277871,"owners_count":25960430,"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-10-04T02:00:05.491Z","response_time":63,"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":["automation","node","task"],"created_at":"2024-10-02T08:07:06.290Z","updated_at":"2025-10-04T06:59:45.740Z","avatar_url":"https://github.com/sinclairzx81.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align='center'\u003e\n\n\u003ch1\u003eTasksmith\u003c/h1\u003e\n\n\u003cp\u003eTask Automation for Deno\u003c/p\u003e\n\n\u003cimg src=\"tasksmith.png\" /\u003e\n\n\u003cbr /\u003e\n\u003cbr /\u003e\n\n[![License](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Test](https://github.com/sinclairzx81/tasksmith/actions/workflows/build.yml/badge.svg)](https://github.com/sinclairzx81/tasksmith/actions/workflows/build.yml)\n\n\u003c/div\u003e\n\n## Overview\n\nTasksmith is a task automation tool for Deno that routes the first command line argument to TypeScript functions. It also has a suite functions to assist with various task automation workflows. \n\nLicense: MIT\n\n## Install\n\nTasksmith is only available via tagged revision provided by this repository. \n\n\n\n```typescript\n// file: deno.json\n\n{\n  \"imports\": {\n    \"tasksmith\": \"https://raw.githubusercontent.com/sinclairzx81/tasksmith/0.9.0/src/index.ts\"\n  }\n}\n```\n\n## Usage\n\nTasksmith will route the first command line argument to a function.\n\n```typescript\nimport { Task } from 'tasksmith'\n\nTask.run('test', () =\u003e console.log('test'))\n\nTask.run('build', () =\u003e console.log('build'))\n```\n\nTasks are usually configured and run from `deno.json`\n\n```typescript\n// file: deno.json\n\n{\n  \"tasks\": {\n    \"test\": \"deno run -A tasks.ts test\",\n    \"build\": \"deno run -A tasks.ts build\" \n  }\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsinclairzx81%2Ftasksmith","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsinclairzx81%2Ftasksmith","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsinclairzx81%2Ftasksmith/lists"}