Examples for using TypeScript for build scripts and running them with Deno.
build.run.ts
Deno way to to build projects instead of webpack.config or other configuration files.
sshAndPrompt.run.ts
Showcases user input and accessing remote servers with ssh.