deno
popularpackage managementbrew
Deno · TS runtime, built-in tooling, and scripting from the terminal.
$ brew install denoOne-liner to try
$ deno init my-app && deno task devAgent pack
Quick reference
Install
brew install denoVerify
deno --versionFirst command
deno init my-app && deno task devMachine JSON
/cli/deno.jsonAbout
TS runtime, built-in tooling, and scripting from the terminal. Built by Deno.
Example workflow
1. deno init my-app && deno task dev