README.md

# TextParser

[![CI](https://github.com/solnic/text_parser/actions/workflows/ci.yml/badge.svg)](https://github.com/solnic/text_parser/actions/workflows/ci.yml) [![Hex pm](https://img.shields.io/hexpm/v/text_parser.svg?style=flat)](https://hex.pm/packages/text_parser) [![hex.pm downloads](https://img.shields.io/hexpm/dt/text_parser.svg?style=flat)](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>.