ServiceFunctionsElixir

TODO: Add description

Hello. This repo contains code in elixir original medium article about service functions in ruby.

Related projects

  • Service functions in Ruby this is original source that was used in Medium article
  • Service functions in Golang
  • Service functions in Elixir

Installation

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

def deps do
  [
    {:service_functions_elixir, "~> 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/service_functions_elixir.