nublar
nublar copied to clipboard
A command-line tool to manage Deno scripts installed via deno install
:national_park: nublar
nublar is a command-line tool to manage your scripts installed via
deno install.
:passenger_ship: Installation
deno install --allow-read --allow-write --allow-env --allow-net https://deno.land/x/[email protected]/nublar.ts
:world_map: 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