CommonX
Extension of common Elixir modules.
Installation
The package can be installed by adding common_x to your list of dependencies in mix.exs:
def deps do
[
{:common_x, "~> 0.0.1"}
]
end
The docs can be found at https://hexdocs.pm/common_x.
Extensions
The following modules have extension:
EnumX(Enumextension)MapX(Mapextension)Macro(Macroextension)
Changelog
2019-01-01 (v0.0.2)
- Add
MacroXextension with the following methods:camalize/1proper camelCase forstringandatom.pascalize/1proper PascalCase forstringandatom.snakize/1proper snake_case forstringandatom.underscore/1alias forsnakize.