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"}
]
endThe docs can be found at https://hexdocs.pm/pkg_core.