{"id":22278633,"url":"https://github.com/rsm-hcd/spino","last_synced_at":"2026-02-05T21:31:54.168Z","repository":{"id":262356855,"uuid":"866798236","full_name":"rsm-hcd/spino","owner":"rsm-hcd","description":"Spino is a build orchestration tool specifically for use within Deno Workspaces. It is designed to be a simple, fast, and reliable tool for managing the build process of Deno projects.","archived":false,"fork":false,"pushed_at":"2024-12-01T19:00:21.000Z","size":37,"stargazers_count":1,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-21T08:13:59.237Z","etag":null,"topics":["deno","hacktoberfest"],"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/rsm-hcd.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":"2024-10-02T22:26:17.000Z","updated_at":"2024-12-01T19:00:24.000Z","dependencies_parsed_at":"2024-11-12T02:20:27.044Z","dependency_job_id":"261a79f3-e0b7-4ce6-857c-2ab06a076385","html_url":"https://github.com/rsm-hcd/spino","commit_stats":null,"previous_names":["rsm-hcd/spino"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rsm-hcd/spino","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rsm-hcd%2Fspino","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rsm-hcd%2Fspino/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rsm-hcd%2Fspino/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rsm-hcd%2Fspino/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rsm-hcd","download_url":"https://codeload.github.com/rsm-hcd/spino/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rsm-hcd%2Fspino/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267155945,"owners_count":24044398,"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-07-26T02:00:08.937Z","response_time":62,"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","hacktoberfest"],"created_at":"2024-12-03T15:15:13.851Z","updated_at":"2026-02-05T21:31:54.128Z","avatar_url":"https://github.com/rsm-hcd.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Spino\n\n[![JSR Score](https://jsr.io/badges/@rsm-hcd/spino)](https://jsr.io/@rsm-hcd)\n\nSpino is a build orchestration tool specifically for use within Deno Workspaces.\nIt is designed to be a simple, fast, and reliable tool for managing the build\nprocess of Deno projects.\n\n## Pre-requisites\n\nSpino requires Deno 2+ to be installed on your system: \u003chttps://deno.com/\u003e\n\n## Usage\n\nSpino is a command-line tool that can be installed globally using Deno.\n\n```sh\ndeno install -g --allow-read --allow-run=\"deno\" jsr:@rsm-hcd/spino\n```\n\nOnce installed, you can run the `spino` command from the terminal to run any\ntasks or scripts that match the provided name.\n\n```sh\n# Run a specific task\n\u003e spino dev\n\n# Run all dev and test tasks in parallel\n\u003e spino dev test\n\n# See help information\n\u003e spino --help\nUsage: spino [task1] [task2] or spino [command]\n\nCommands:\n  upgrade:  Upgrade spino to the latest version\n  list:     List all available workspace tasks\n```\n\nOr, you can run, without installing globally, by adding to the tasks section of\nyour `deno.json` file.\n\n```json\n{\n  \"tasks\": {\n    \"spino\": \"deno --allow-read --allow-run='deno' jsr:@rsm-hcd/spino\",\n    \"test\": \"deno task spino test\"\n  }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frsm-hcd%2Fspino","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frsm-hcd%2Fspino","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frsm-hcd%2Fspino/lists"}