Jungle.Inflexor

Installation

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

Add the latest stable release to your mix.exs file:

defp deps do
  [
    {:jungle_inflexor, "~> 0.1.1"}
  ]
end

defp application do
  [applications: [:jungle_inflexor]]
end

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

Available commands:

For some examples, have a look at the documentation

Tests

mix test

Contributing

  1. Create an issue and describe your idea
  2. Fork it
  3. Create your feature branch (git checkout -b my-new-feature)
  4. Commit your changes (git commit -am 'Add some feature')
  5. Publish the branch (git push origin my-new-feature)
  6. Create a new Pull Request