Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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.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
```