README.md
# TextParser
[](https://github.com/solnic/text_parser/actions/workflows/ci.yml) [](https://hex.pm/packages/text_parser) [](https://hex.pm/packages/text_parser)
Elixir `TextParser` is a collection of small modules that provide useful extensions and functions that can be used to work with data effectively.
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed by adding `text_parser` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:text_parser, "~> 0.1"}
]
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/text_parser>.