Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 400 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 400 Bytes

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 --allow-net --allow-env https://deno.land/std/examples/gist.ts"