deno docs code example
Example 1: deno
## run dynamic file deno using Makefile
deno:
ifdef file:
deno run -c tsconfig.json ${file}.ts
endif
Example 2: denojs
$iwr https://deno.land/x/install/install.ps1 -useb | iex
Example 3: dENO
$curl -fsSL https://deno.land/x/install/install.sh | sh
Example 4: deno
## run dynamic file deno using Makefile
deno:
ifdef file:
deno run -c tsconfig.json ${file}.ts
endif
## call this, make deno file=index