View Source DenoEx.DenoDownloader (DenoEx v0.3.0)
This module is responsible for fetching the deno executable from GitHub.
Link to this section Summary
Functions
This function downloads the deno executable and also sets the permissions of the executable.
Link to this section 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.