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

Link to this function

install(install_path, permissions)

View Source
@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.

Link to this macro

is_non_negative_integer(value)

View Source (macro)