cret is simple version manager for Deno
NOTE:
This doesn't test for windows and linux.
I'm glad if you could look into that for me.
# For mac
brew install lion-man44/cret/cret
# For linux
wget https://github.com/lion-man44/cret/releases/download/v1.0.0/cret-x86_64-unknown-linux-gnu.zip -P /tmp/ && unzip /tmp/cret-x86_64-unknown-linux-gnu.zip && mv /tmp/cret /usr/local/bin/cret && rm /tmp/cret-x86_64-unknown-linux-gnu.zip
# or when you are using linuxbrew
brew install lion-man44/cret/cret
This package is very simple.
You need to remember 5 command.
install
, uninstall
, use
, ls
, ls-remote
Most basic command.
Enter you the version you want.
cret install
// Enter for you needed version.
// If no problem it should be installed the version.
If you don't need you can remove the version.
cret uninstall <version>
You can't use the deno version just installed.
So, you need to select the version.
cret use <version>
You can see installed versions.
cret ls
You can see released versions.
cret ls-remote