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 [email protected]_user
dbang install --name hello2 [email protected]_user

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

Commands for aliases

dbang apps
dbang uninstall hello