{"id":29968148,"url":"https://github.com/thomas3577/tano","last_synced_at":"2026-01-31T16:03:24.140Z","repository":{"id":135082815,"uuid":"597221328","full_name":"thomas3577/tano","owner":"thomas3577","description":"Just another Task Runner","archived":false,"fork":false,"pushed_at":"2026-01-20T21:39:19.000Z","size":376,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-01-21T07:11:50.865Z","etag":null,"topics":["deno","task-runner"],"latest_commit_sha":null,"homepage":"https://jsr.io/@dx/tano","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/thomas3577.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":"2023-02-03T22:38:28.000Z","updated_at":"2026-01-20T21:39:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"684971e7-a8cd-483d-9caa-629ced6dcf51","html_url":"https://github.com/thomas3577/tano","commit_stats":null,"previous_names":[],"tags_count":67,"template":false,"template_full_name":null,"purl":"pkg:github/thomas3577/tano","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomas3577%2Ftano","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomas3577%2Ftano/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomas3577%2Ftano/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomas3577%2Ftano/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thomas3577","download_url":"https://codeload.github.com/thomas3577/tano/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomas3577%2Ftano/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28947567,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T14:26:55.697Z","status":"ssl_error","status_checked_at":"2026-01-31T14:26:52.545Z","response_time":128,"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":["deno","task-runner"],"created_at":"2025-08-04T03:07:51.566Z","updated_at":"2026-01-31T16:03:24.106Z","avatar_url":"https://github.com/thomas3577.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tano\n\n[![JSR Version](https://jsr.io/badges/@dx/tano)](https://jsr.io/@dx/tano)\n[![JSR Score](https://jsr.io/badges/@dx/tano/score)](https://jsr.io/@dx/tano/score)\n[![ci](https://github.com/thomas3577/tano/actions/workflows/deno.yml/badge.svg)](https://github.com/thomas3577/tano/actions/workflows/deno.yml)\n[![Built with the Deno Standard Library](https://raw.githubusercontent.com/denoland/deno_std/main/badge.svg)](https://deno.land/std)\n\nYet another task runner.\n\nThere is a very good article on the Deno blog with the title [You Don't Need a Build Step](https://deno.com/blog/you-dont-need-a-build-step).\nYes, you don't need this task runner either, but it works (maybe) and it was fun to implement it.\n\n## Install\n\n```bash\ndeno install --allow-run -RWE --unstable-kv -g -n tano jsr:@dx/tano/cli\n```\n\n**Note:**\n\nYour tasks may need additional permissions.\n\n## Upgrade\n\nUpgrades the dx cli.\n\n```bash\ntano --upgrade\n```\n\n## Help\n\n```bash\ntano --help\n```\n\n## Preparation\n\nCreate a TypeScript file with the name `tanofile.ts` and import the 'task' function and create your tasks.\n\n```ts\nimport { needs, task } from 'jsr:@dx/tano';\n\ntask('pre-task', `echo 'These were ...'`);\ntask('default', needs('pre-task'), `echo '...two tasks.'`);\n```\n\n## Using\n\n**Execute default task:**\n\n```bash\ntano\n```\n\n**Execute my-task:**\n\n```bash\ntano --task my-task\n```\n\n**...or shorthand:**\n\n```bash\ntano my-task\n```\n\n## Help\n\n```bash\ntano --help\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomas3577%2Ftano","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthomas3577%2Ftano","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomas3577%2Ftano/lists"}