README.md

# Tio

Some simple helpers for input and output in terminal-based (CLI) apps.

Documentation: [hexdocs.pm/tio](https://hexdocs.pm/tio) | Code: [github.com/geometerio/tio](https://github.com/geometerio/tio)

## Installation

Add `tio` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:tio, "~> 1.0.0"}
  ]
end
```

## Contributing

When developing, use `bin/dev/test` to test the code, and `bin/dev/shipit` to run
all checks and tests and commit the changes.

Please include tests with contributions.