{"id":16293936,"url":"https://github.com/axetroy/denox","last_synced_at":"2026-03-04T01:03:08.207Z","repository":{"id":52546724,"uuid":"226505499","full_name":"axetroy/denox","owner":"axetroy","description":"Execute Deno script even if you don't have Deno installed","archived":false,"fork":false,"pushed_at":"2021-04-26T14:58:51.000Z","size":1823,"stargazers_count":9,"open_issues_count":3,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-17T14:22:12.291Z","etag":null,"topics":["deno"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/axetroy.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}},"created_at":"2019-12-07T12:03:46.000Z","updated_at":"2021-11-22T20:16:05.000Z","dependencies_parsed_at":"2022-08-27T21:01:42.223Z","dependency_job_id":null,"html_url":"https://github.com/axetroy/denox","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axetroy%2Fdenox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axetroy%2Fdenox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axetroy%2Fdenox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axetroy%2Fdenox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/axetroy","download_url":"https://codeload.github.com/axetroy/denox/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244551748,"owners_count":20470909,"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":["deno"],"created_at":"2024-10-10T20:13:13.482Z","updated_at":"2026-03-04T01:03:03.181Z","avatar_url":"https://github.com/axetroy.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://github.com/axetroy/denox/workflows/ci/badge.svg)](https://github.com/axetroy/denox/actions)\n[![Coverage Status](https://coveralls.io/repos/github/axetroy/denox/badge.svg?branch=master)](https://coveralls.io/github/axetroy/denox?branch=master)\n[![Go Report Card](https://goreportcard.com/badge/github.com/axetroy/denox)](https://goreportcard.com/report/github.com/axetroy/denox)\n![Latest Version](https://img.shields.io/github/v/release/axetroy/denox.svg)\n![License](https://img.shields.io/github/license/axetroy/denox.svg)\n![Repo Size](https://img.shields.io/github/repo-size/axetroy/denox.svg)\n\n### Execute Deno script even if you don't have Deno installed\n\n\u003e Why? It looks the same as Deno's command line, so why do I need such a tool?\n\u003e There are scenarios where I need to run the same script with different versions of Deno\n\u003e In such scenarios, Deno's version manager may not be the best option\n\n### Features\n\n- [x] Cross platform support\n- [x] Install Deno automatically\n- [x] Support any version of Deno with environment variable `DENO_VERSION`\n- [x] Fully compatible with Deno\n\n### Usage\n\n```bash\n# run script with latest version of Deno\n$ denox https://deno.land/std/examples/welcome.ts\n# run script with specific version of Deno\n$ DENO_VERSION=v0.26.0 denox https://deno.land/std/examples/welcome.ts\n```\n\n### Installation\n\nIf you are using `Linux/MacOS`. you can install it with following command:\n\n```bash\n# install latest version\nwget -qO- https://raw.githubusercontent.com/axetroy/denox/master/install.sh | bash\n# or install specified version\nwget -qO- https://raw.githubusercontent.com/axetroy/denox/master/install.sh | bash -s v0.1.1\n```\n\nOr you can\n\nDownload the executable file for your platform at [release page](https://github.com/axetroy/denox/releases)\n\nThen set the environment variable.\n\neg, the executable file is in the `~/bin` directory.\n\n```bash\n# ~/.bash_profile\nexport PATH=\"$PATH:~/bin\"\n```\n\nfinally, try it out.\n\n```bash\n$ denox https://deno.land/x/std/examples/welcome.ts\n```\n\n### Build from source code\n\nMake sure you have Golang@v1.13.1 installed.\n\n```bash\n$ git clone https://github.com/axetroy/denox.git $GOPATH/src/github.com/axetroy/denox\n$ cd $GOPATH/src/github.com/axetroy/denox\n$ make build\n```\n\n### Test\n\n```bash\n$ make test\n```\n\n### Uninstall\n\nremove `$HOME/.denox` folder with following command:\n\n```bash\n$ rm -rf $HOME/.denox\n```\n\n### License\n\nThe [MIT License](LICENSE)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxetroy%2Fdenox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faxetroy%2Fdenox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxetroy%2Fdenox/lists"}