{"id":13673290,"url":"https://github.com/syumai/denoget","last_synced_at":"2025-10-29T13:31:43.370Z","repository":{"id":56794108,"uuid":"170971498","full_name":"syumai/denoget","owner":"syumai","description":"A tool to install executable deno script.","archived":false,"fork":false,"pushed_at":"2019-06-22T16:22:41.000Z","size":30,"stargazers_count":10,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-02T01:51:12.448Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/syumai.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":"2019-02-16T06:34:58.000Z","updated_at":"2022-08-16T14:56:34.000Z","dependencies_parsed_at":"2022-08-16T15:40:16.760Z","dependency_job_id":null,"html_url":"https://github.com/syumai/denoget","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syumai%2Fdenoget","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syumai%2Fdenoget/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syumai%2Fdenoget/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syumai%2Fdenoget/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/syumai","download_url":"https://codeload.github.com/syumai/denoget/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238832312,"owners_count":19538269,"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":[],"created_at":"2024-08-02T10:00:32.778Z","updated_at":"2025-10-29T13:31:43.017Z","avatar_url":"https://github.com/syumai.png","language":"TypeScript","funding_links":[],"categories":["基础设施","Uncategorized","Tools"],"sub_categories":["Deno 源","Uncategorized","Online Playgrounds","Assistants"],"readme":"# DEPRECATED\n\n* This command was added to `deno_std` as [`installer`](https://github.com/denoland/deno_std/tree/master/installer) and now `deno install` is available.\n* Please use them instead of denoget.\n\n# denoget\n\n- denoget installs executable deno script.\n\n## Features\n\n- Install executable script into ~/.deno/denoget/bin\n\n## Supported Environments\n\n- macOS\n- Linux\n\n## Usage\n\n```sh\ndenoget https://denopkg.com/syumai/deno-libs/denoinit/denoinit.ts\n# now you can use installed command!\ndenoinit\n```\n\n## Requirements for installing\n\n- Deno\n- wget\n\n## Installing\n\n### 1. Install denoget\n\ndenoget can be installed by using itself.\n\n```sh\ndeno -A https://deno.land/x/denoget/denoget.ts https://deno.land/x/denoget/denoget.ts\n```\n\n### 2. Add `~/.deno/denoget/bin` to PATH\n\n```\necho 'export PATH=\"$HOME/.deno/denoget/bin:$PATH\"' \u003e\u003e ~/.bashrc # change this to your shell\n```\n\n## Create Executable Script\n\n- Add shebang to top of your deno script.\n  - This defines what permissions are needed.\n\n```sh\n#!/usr/bin/env deno --allow-read --allow-write --allow-env --allow-run\n```\n\n- Host script on the web.\n- Install script using denoget.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsyumai%2Fdenoget","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsyumai%2Fdenoget","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsyumai%2Fdenoget/lists"}