mirror of
https://github.com/denoland/deno.git
synced 2024-11-23 15:16:54 -05:00
e3e9269c76
Original:
|
||
---|---|---|
.. | ||
cat.ts | ||
colors.ts | ||
echo_server.ts | ||
gist.ts | ||
README.md | ||
test.ts |
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"