{"id":26892587,"url":"https://github.com/justinmchase/deno-scripts","last_synced_at":"2026-02-28T15:02:51.600Z","repository":{"id":48498661,"uuid":"384838252","full_name":"justinmchase/deno-scripts","owner":"justinmchase","description":"Automated installation and execution of locally scoped scripts ","archived":false,"fork":false,"pushed_at":"2021-11-14T14:01:31.000Z","size":25,"stargazers_count":4,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-28T09:54:56.415Z","etag":null,"topics":["deno"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/justinmchase.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-07-11T01:33:55.000Z","updated_at":"2022-12-19T15:55:04.000Z","dependencies_parsed_at":"2022-09-26T20:41:35.062Z","dependency_job_id":null,"html_url":"https://github.com/justinmchase/deno-scripts","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/justinmchase/deno-scripts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justinmchase%2Fdeno-scripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justinmchase%2Fdeno-scripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justinmchase%2Fdeno-scripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justinmchase%2Fdeno-scripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/justinmchase","download_url":"https://codeload.github.com/justinmchase/deno-scripts/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justinmchase%2Fdeno-scripts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29938989,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-28T13:49:17.081Z","status":"ssl_error","status_checked_at":"2026-02-28T13:48:50.396Z","response_time":90,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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"],"created_at":"2025-03-31T22:52:53.168Z","updated_at":"2026-02-28T15:02:46.589Z","avatar_url":"https://github.com/justinmchase.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Deno Scripts 🦕\n\nAutomated installation and execution of locally scoped scripts\n\n# Installation\n\n```sh\ndeno install \\\n  --unstable \\\n  --allow-read --allow-env --allow-run --allow-write \\\n  -n script \\\n  https://deno.land/x/scripts/script.ts\n```\n\n# Usage\n\nCreate a scripts.json file in your root directory\n\n```sh\nscript init\n```\n\nAdd some scripts to the file\n\n```json\n{\n  \"scripts\": {\n    \"hello\": \"https://deno.land/x/scripts/examples/hello.ts\",\n    \"version\": {\n      \"url\": \"https://deno.land/x/version/index.ts\",\n      \"permissions\": [\n        \"allow-read\",\n        \"allow-write\",\n        \"allow-run\"\n      ],\n      \"args\": []\n    }\n  }\n}\n```\n\nInstall the scripts\n\n```sh\nscript install\n```\n\nRun a script\n\n```sh\nscript run hello\nscript run version init 0.1.0\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustinmchase%2Fdeno-scripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjustinmchase%2Fdeno-scripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustinmchase%2Fdeno-scripts/lists"}