Deno version manager inspired by rbenv
- Check out denoenv into any path (here is
${HOME}/.denoenv)
$ git clone https://github.com/kaminchu/denoenv.git ~/.denoenv- Run install to compile
$ ~/.denoenv/install- Add
~/.denoenv/binto your$PATHany way you like
$ echo 'export PATH="$HOME/.denoenv/bin:$PATH"' >> ~/.bash_profile