Skip to main content

🏞️ nublar

CI codecov denoland/deno

nublar is a command-line tool to manage your scripts installed via deno install.

🛳️ Installation

deno install --allow-read --allow-write --allow-env --allow-net https://deno.land/x/nublar@0.3.3/nublar.ts

🗺️ Usage

# list all scripts installed in your environment
$ nublar list
nublar 0.3.3 # @denopendabot hasundue/nublar
molt    0.7.1

# check updates for them
$ nublar update --check
Found molt 0.7.1 => 0.8.0

# update all outdated scripts
$ nublar update
Updated molt 0.7.1 => 0.8.0

# or you may specify scripts to be updated
$ nublar update molt