https://github.com/vladimyr/get-deno
Deno binary installation script for npx (unofficial)
https://github.com/vladimyr/get-deno
deno denoland installer-script npx
Last synced: about 1 year ago
JSON representation
Deno binary installation script for npx (unofficial)
- Host: GitHub
- URL: https://github.com/vladimyr/get-deno
- Owner: vladimyr
- License: mit
- Created: 2019-01-04T18:59:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-01-23T17:49:40.000Z (over 1 year ago)
- Last Synced: 2025-03-08T03:34:04.317Z (about 1 year ago)
- Topics: deno, denoland, installer-script, npx
- Language: JavaScript
- Homepage: https://deno.land
- Size: 219 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# get-deno [](https://travis-ci.com/vladimyr/get-deno) [](https://packagephobia.now.sh/result?p=get-deno) [](https://npm.im/get-deno) [](https://github.com/vladimyr/get-deno/blob/master/LICENSE) [](https://github.com/Flet/semistandard)
>Downloads the latest [Deno](https://deno.land) binary into `$HOME/.deno/bin`.
## Run
```
$ npx get-deno [version]
```
## Usage
```
get-deno v1.0.0
Usage:
$ get-deno [version] # install specified version, defaults to latest
Options:
-l, --list-releases List deno releases
-h, --help Show help
-v, --version Show version number
Homepage: https://github.com/vladimyr/get-deno
Report issue: https://github.com/vladimyr/get-deno/issues
```