Hafnium

ci Coveralls github Hex.pm Hex.pm Documentation

Flexible pipeline library.

defmodule Demo do
  use Hafnium
end

Demo.name
## -> :hafnium_test_demo

Installation

If available in Hex, the package can be installed by adding hafnium to your list of dependencies in mix.exs:

def deps do
  [
    {:hafnium, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/hafnium.