{"id":32117433,"url":"https://github.com/justinawrey/setup","last_synced_at":"2026-05-14T21:06:10.267Z","repository":{"id":61134840,"uuid":"547579662","full_name":"justinawrey/setup","owner":"justinawrey","description":"Quickly set up a Deno project.","archived":false,"fork":false,"pushed_at":"2022-10-10T01:59:17.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-21T13:45:14.476Z","etag":null,"topics":["deno","scaffold"],"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/justinawrey.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":"2022-10-07T23:33:56.000Z","updated_at":"2022-10-09T23:25:31.000Z","dependencies_parsed_at":"2022-10-11T13:01:15.373Z","dependency_job_id":null,"html_url":"https://github.com/justinawrey/setup","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/justinawrey/setup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justinawrey%2Fsetup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justinawrey%2Fsetup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justinawrey%2Fsetup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justinawrey%2Fsetup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/justinawrey","download_url":"https://codeload.github.com/justinawrey/setup/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justinawrey%2Fsetup/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33043290,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"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","scaffold"],"created_at":"2025-10-20T16:44:08.604Z","updated_at":"2026-05-14T21:06:10.262Z","avatar_url":"https://github.com/justinawrey.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# setup :volleyball:\n\n[![deno module](https://shield.deno.dev/x/setup)](https://deno.land/x/setup)\n[![release](https://github.com/justinawrey/setup/actions/workflows/release.yml/badge.svg)](https://github.com/justinawrey/setup/actions/workflows/release.yml)\n\nQuickly set up a Deno project.\n\n## Summary\n\n`setup` is a script that will do everything you need to quickly start a new Deno\nproject:\n\n- Checks if the supplied name already exists on `deno.land/x`\n- Authenticates with Github, using the `GITHUB_TOKEN` environment variable\n- Creates a new repository on Github, using a\n  [sensible boilerplate](https://github.com/justinawrey/boiler). This minimal\n  boilerplate includes VSCode settings and a basic release GHA workflow.\n- Clones the project locally\n- Sets up the webhook for publishing to `deno.land/x`\n\n## Usage\n\nRun the remote script:\n\n```sh\ndeno run --allow-net --allow-env --allow-run --allow-read https://deno.land/x/setup/setup.ts \u003cname\u003e\n```\n\nOr install it locally:\n\n```sh\ndeno install --allow-net --allow-env --allow-run --allow-read https://deno.land/x/setup/setup.ts\n```\n\nThen run it:\n\n```sh\nsetup \u003cname\u003e\n```\n\nThe repository will be cloned in the current directory, so make sure you're in\nthe right place first.\n\n## Authenticating with Github\n\n`setup` authenticates with Github by looking for an environment variable called\n`GITHUB_TOKEN`. This should be set to a personal access token generated from\nyour account.\n\n## Granting permissions\n\n`setup` requires a number of permissions to run. These are:\n\n- `--allow-net`: to make outgoing network requests to both `deno.land/x` and\n  Github\n- `--allow-env`: to read the `GITHUB_TOKEN` environment variable\n- `--allow-run`: to run the `git` command in order to locally clone the repo\n- `--allow-read`: to use the `Deno.chdir()` api\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustinawrey%2Fsetup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjustinawrey%2Fsetup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustinawrey%2Fsetup/lists"}