Skip to content

denostore/denostore.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Deno Store

This is an online store for deno.

Install

With Python:

curl -sSf https://raw.githubusercontent.com/denoland/deno_install/master/install.py | python

With PowerShell:

iex (iwr https://raw.githubusercontent.com/denoland/deno_install/master/install.ps1)

Note: Depending on your security settings, you may have to run Set-ExecutionPolicy RemoteSigned -Scope CurrentUser first to allow downloaded scripts to be executed.

Try it:

> deno http://deno.store/test.ts

See also deno_install.