Attributes
Includes Deno configuration
Repository
Current version released
3 weeks ago
Dependencies
deno.land/x
std
🏞️ nublar
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.5.0/nublar.ts
🗺️ Usage
# list all scripts installed in your environment
$ nublar list
nublar 0.5.0 # @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