View Source API Reference Mishka installer v0.1.1

Modules

Mishka Installer is a system plugin(event) manager and run time installer for Elixir.

MishkaInstaller CI Hex.pm GitHub license GitHub issues

The MishkaInstaller.Event.Event module is the core of events, which comprises pre-prepared strategies for the implementation and management of plugins introduced to the system around various events. These implementation and management strategies are included in the Event module.

The MishkaInstaller.Event.Hook module provides a set of functionalities to manage event hooks within the Mishka Installer system.

The MishkaInstaller.Event.ModuleStateCompiler module is designed to dynamically create and manage event-driven modules that handle state and plugins within the Mishka Installer system. This module provides functions to create, purge, and verify the initialization state of these event modules.

The MishkaInstaller.Installer.Downloader module provides functions for downloading packages from various sources such as Hex.pm and GitHub.

When it comes to Erlang and Elixir, the process of runtime installing and runtime uninstalling a new library or runtime upgrading it is subject to a number of constraints.

This module provides programmers with a public APIs and helpers that allow them to construct their own custom functions.