Idfk / I Don’t Frikkin’ Know

The library of Elixir chunks of code that didn’t clearly belong anywhere else.

Installation

If available in Hex, the package can be installed as:

  1. Add idfk to your list of dependencies in mix.exs:

    def deps do

     [{:idfk, "~> 0.0.1"}]

    end

  2. Ensure idfk is started before your application:

    def application do

     [applications: [:idfk]]

    end

Testing

Run the test suite with using espec:

    $ MIX_ENV=test mix espec

License

This software is licensed under the MIT license.