/token_operator

Helper to make clean keyword APIs to Phoenix context functions

Primary LanguageElixir

TokenOperator

Dependency-free helper most commonly used for making clean keyword APIs to Phoenix context functions.

Hexdocs found at https://hexdocs.pm/token_operator.

Installation

Add the latest release to your mix.exs file:

defp deps do
  [
    {:token_operator, "~> 0.3.1"}
  ]
end

Then run mix deps.get in your shell to fetch the dependencies.