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

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)