A monorepo full of deno libraries and tools
-
Install
nix-direnvinto your shell. -
Clone the repository and enable
direnv:git clone git@github.com:jimmed/deno.git cd deno direnv allow
-
Install
denointo your shell. -
Clone the repository and pre-cache dependencies:
git clone git@github.com:jimmed/deno.git cd deno deno cache {mod,{dev_,}deps}.ts