1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-23 15:16:54 -05:00
denoland-deno/examples
2019-01-06 14:26:18 -05:00
..
cat.ts Add examples/ directory (denoland/deno_std#28) 2018-12-19 13:50:48 -05:00
echo_server.ts Add examples/ directory (denoland/deno_std#28) 2018-12-19 13:50:48 -05:00
gist.ts Remove default export from flags module (denoland/deno_std#38) 2018-12-21 13:02:52 -05:00
README.md Format (denoland/deno_std#42) 2018-12-24 10:28:01 -05:00
test.ts Add testing module 2019-01-02 13:45:42 -05:00
ws.ts Add web socket module (denoland/deno_std#84) 2019-01-06 14:26:18 -05:00

Deno Example Programs

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

Try it:

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