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:
- parameterize
- pluralize
- singularize
- ordinalize
- underscore
- humanize
- titleize
For some examples, have a look at the documentation
Tests
mix test
Contributing
- 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