deno --allow-read = / etc myscript.ts
deno run -c tsconfig.json [your-script.ts]
import * as log from "https://deno.land/std/log/mod.ts";
export { assert } from https://deno.land/std@v0.39.0/testing/asserts.ts";
export { green,bold } from https://deno.land/std@v0.39.0/fmt/colors.ts";