README.md
# Stringly
Stringly is an Elixir package with a wide variety of string manipulation functions. Inspired by Laravel's Str helper, it enhances Elixir's built-in String module with additional practical tools.
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `stringly` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:stringly, "~> 0.1.0"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at <https://hexdocs.pm/stringly>.