jnylen / pkg_core

The core functions for all of the pkg_* libraries.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PkgCore

pkg_core is a hex that contains all the core functions for all of the pkg_* hexes.

Installation

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

def deps do
  [
    {:pkg_core, "~> 0.1.3"}
  ]
end

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

About

The core functions for all of the pkg_* libraries.

License:MIT License


Languages

Language:Elixir 100.0%