Some simple helpers for input and output in terminal-based (CLI) apps.
Add tio to your list of dependencies in mix.exs:
def deps do
[
{:tio, "~> 1.0.0"}
]
endWhen 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