README.md

# 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`:

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

The docs can be found at [https://hexdocs.pm/pkg_core](https://hexdocs.pm/pkg_core).