Snippets Collections
#from terminal
deno run file.js/ts

#options/flags
Deno.args[0] from std input

deno run file.js/ts 'some input'


#logging
import * as log from "https://deno.land/std/log/mod.ts"
log.info('message')
#mac
export DENO_INSTALL="Users/user/.deno"
export PATH="$DENO_INSTALL/bin:$PATH"

#Repl
#double click file to open
#OR from terminal
open /pathTo/.deno/bin/deno
star

Sat Jul 30 2022 14:53:28 GMT+0000 (Coordinated Universal Time) https://www.udemy.com/course/deno-the-complete-guide-zero-to-mastery/learn/lecture/20152342#overview

#repl #logging
star

Sat Jul 30 2022 14:37:06 GMT+0000 (Coordinated Universal Time) https://www.udemy.com/course/deno-the-complete-guide-zero-to-mastery/learn/lecture/19984706#overview

#repl

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension