You may need to install libicon to use jungle_inflexor. To do so with homebrew, do the following: brew install libiconv
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.
- parameterize
- pluralize
- singularize
- ordinalize
- underscore
- humanize
- titleize
For some examples, have a look at the documentation
mix test
- Create an issue and describe your idea
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Publish the branch (
git push origin my-new-feature
) - Create a new Pull Request