Skip to content

Instantly share code, notes, and snippets.

@bnguyensn
Last active June 6, 2020 10:11
Show Gist options
  • Save bnguyensn/04ae99a1e773f0b826f59a67ab0f71ca to your computer and use it in GitHub Desktop.
Save bnguyensn/04ae99a1e773f0b826f59a67ab0f71ca to your computer and use it in GitHub Desktop.
Deno Land

Deno

Deno is the new and hip Node.js.

CLI

deno run <xxx>: execute a script

deno test <xxx>: execute a test script

Project setup

Similar to a JavaScript project, there's a dep.ts and lock.json file. Instructions on how to work with these are here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment