# git

# mythulu-ink://

Custom mythulu-ink:// url scheme handler for deeplinking and special actions.

# module.exports() ⇒ Promise.<Any>

Check for local git executable. If it doesn't exist, an installer will be downloaded for the current platform and installed silently.

Kind: Exported function
Returns: Promise.<Any> - Resolves when git is found or installation completes.

# module.exports~platformInfo

Platform-specific arguments for calling node spawn().

Kind: inner constant of module.exports

# module.exports~display(content)

Loads new static content in the modal dependency window.

Kind: inner method of module.exports

Param Type Description
content String Inner HTML for modal.

# module.exports~run() ⇒ Promise.<Any>

Spawns a child process with given args.

Kind: inner method of module.exports
Returns: Promise.<Any> - Resolves when command exit occurs.

# module.exports~create() ⇒ BrowserWindow

Builds the AuthWindow as a modal of MainWindow.

Kind: inner method of module.exports