Skip to main content

Aliases

Deno uses install sub command as Script installer to install script as executable file.

deno install --allow-net --allow-read https://deno.land/[email protected]/http/file_server.ts

dbang adopt same strategy to install Catalog's script, commands as follows:

dbang install hello@github_user
dbang install --name hello2 hello@github_user

After installation, you can use aliases to run scripts, for example hello or hello2 instead of dbang hello@github_user style. Please add ~/.dbang/bin to your $PATH to make it work.

Commands for aliases

dbang apps
dbang uninstall hello