View Source Tio

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

API Reference | Code

installation

Installation

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

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

contributing

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.

Copyright © 2022 Geometer, LLC. See also License