deno

Secure runtime for JavaScript and TypeScript with built-in tooling

brewmacoslinux
Try with needOr install directly
Source

About

Secure runtime for JavaScript and TypeScript

Commands

deno

Examples

Run a TypeScript file directly$ deno run script.ts
Start an interactive REPL$ deno repl
Format and lint code$ deno fmt myfile.ts && deno lint myfile.ts