lion-man44 / cret

Version manager for Deno

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cret

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.

Install

# 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

Usage

This package is very simple.
You need to remember 5 command.

install, uninstall, use, ls, ls-remote

install

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.

uninstall

If you don't need you can remove the version.

cret uninstall <version>

use

You can't use the deno version just installed.
So, you need to select the version.

cret use <version>

ls

You can see installed versions.

cret ls

ls-remote

You can see released versions.

cret ls-remote

About

Version manager for Deno

License:MIT License


Languages

Language:TypeScript 100.0%