View Source Tio
Some simple helpers for input and output in terminal-based (CLI) apps.
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-and-license
Copyright and license
Copyright © 2022 Geometer, LLC. See also License