Skip to content
/ tio Public

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

License

Notifications You must be signed in to change notification settings

geometerio/tio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tio

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

API Reference | Code

Installation

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

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.

Copyright and license

Copyright © 2022 Geometer, LLC. See also License

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published