1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-29 02:29:06 -05:00
denoland-deno/examples/README.md
2019-03-06 10:24:53 -05:00

400 B

Deno Example Programs

These files are accessible for import via "https://deno.land/std/examples/".

Try it:

> deno https://deno.land/std/examples/gist.ts README.md

Alias Based Installation

Add this to your .bash_profile

export GIST_TOKEN=ABC # Generate at https://github.com/settings/tokens
alias gist="deno https://deno.land/std/examples/gist.ts --allow-net --allow-env"