asdf-community / asdf-deno

Deno plugin for the asdf version manager
https://github.com/asdf-vm/asdf
Apache License 2.0
129 stars 17 forks source link

Add exec-env #15

Closed smorimoto closed 4 years ago

smorimoto commented 4 years ago

It will set DENO_DIR in the asdf directory if the version is not system, and the user does not explicitly set DENO_DIR.

smorimoto commented 4 years ago

FYI: @kt3k

kt3k commented 4 years ago

Seems working 👍

kt3k-mac:deno kt3k$ deno info
DENO_DIR location: "/Users/kt3k/.asdf/installs/deno/1.0.4/.cache/deno"
Remote modules cache: "/Users/kt3k/.asdf/installs/deno/1.0.4/.cache/deno/deps"
TypeScript compiler cache: "/Users/kt3k/.asdf/installs/deno/1.0.4/.cache/deno/gen"
smorimoto commented 4 years ago

I learned for the first time that I can check with it 😅