Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 432 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 432 Bytes

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.