Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 959 Bytes

File metadata and controls

31 lines (21 loc) · 959 Bytes

Denodarse Logo

Denodarse

Install

Install Deno using Homebrew (Mac) or see deno install for more options:

brew install deno

Add the Deno binary to the PATH variable in your shell configuration file. For ZSH shell, for instance:

echo 'export DENO_INSTALL="/Users/$USER/.deno"' >> ~/.zshrc
echo 'export PATH="$DENO_INSTALL/bin:$PATH"' >> ~/.zshrc

Install Velociraptor to watch files, list available scripts, and run predefined scripts:

deno install -qA -n vr https://deno.land/x/velociraptor@1.2.0/cli.ts

To list all available scripts, run Velociraptor with no args:

vr