View Source DenoEx.DenoDownloader (DenoEx v0.5.0)
This module is responsible for fetching the deno executable from GitHub.
Summary
Functions
This function downloads the deno executable and also sets the permissions of the executable.
Functions
@spec install(install_path :: String.t(), permissions :: integer()) :: {:ok, path :: String.t()} | {:error, File.posix()}
This function downloads the deno executable and also sets the permissions of the executable.