Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 18 days 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-29T10:29:24.000Z (about 2 months ago)
- Last Synced: 2024-10-21T00:38:19.734Z (24 days ago)
- Topics: deno, denoland, installer-script, npx
- Language: JavaScript
- Homepage: https://deno.land
- Size: 211 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# get-deno [![build status](https://badgen.net/travis/vladimyr/get-deno/master)](https://travis-ci.com/vladimyr/get-deno) [![install size](https://badgen.net/packagephobia/install/get-deno)](https://packagephobia.now.sh/result?p=get-deno) [![npm package version](https://badgen.net/npm/v/get-deno)](https://npm.im/get-deno) [![github license](https://badgen.net/github/license/vladimyr/get-deno)](https://github.com/vladimyr/get-deno/blob/master/LICENSE) [![js semistandard style](https://badgen.net/badge/code%20style/semistandard/pink)](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.0Usage:
$ get-deno [version] # install specified version, defaults to latestOptions:
-l, --list-releases List deno releases
-h, --help Show help
-v, --version Show version numberHomepage: https://github.com/vladimyr/get-deno
Report issue: https://github.com/vladimyr/get-deno/issues
```