mirror of
https://github.com/denoland/deno.git
synced 2025-02-02 04:38:21 -05:00
3542f2de0c
Previously https://github.com/denoland/deno_examples
Original: 14be9a0e82
392 B
392 B
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"