Skip to content

JakeBecker/mix_task_archive_deps

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mix tasks to archive project dependencies

This repo contains Mix tasks to create *.ez archives for a project dependencies.

There are three new tasks:

  • archive.build.deps - build archives for a project dependencies
  • archive.build.elixir - build archives with Elixir and Elixir apps (like mix or logger)
  • archive.build.all - build dependencies archives and a project archive

The tasks are intended to use to create no-dependency distributions of Elixir apps, that can be run from Erlang runtime without installing Elixir and recompiling apps.

Installation

The package can be installed by adding mix_task_archive_deps to your list of dependencies in mix.exs:

def deps do
  [{:mix_task_archive_deps, "~> 0.3.0"}]
end

Alternatively the package can be installed as an archive from release:

mix archive.install https://github.com/hairyhum/mix_task_archive_deps/releases/download/0.3.0/mix_task_archive_deps-0.3.0.ez

The docs can be found at https://hexdocs.pm/mix_task_archive_deps.

About

Mix tasks to create dependencies .ez archives

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Elixir 100.0%