Home

Awesome

DEPRECATED

denoget

Features

Supported Environments

Usage

denoget https://denopkg.com/syumai/deno-libs/denoinit/denoinit.ts
# now you can use installed command!
denoinit

Requirements for installing

Installing

1. Install denoget

denoget can be installed by using itself.

deno -A https://deno.land/x/denoget/denoget.ts https://deno.land/x/denoget/denoget.ts

2. Add ~/.deno/denoget/bin to PATH

echo 'export PATH="$HOME/.deno/denoget/bin:$PATH"' >> ~/.bashrc # change this to your shell

Create Executable Script

#!/usr/bin/env deno --allow-read --allow-write --allow-env --allow-run