Skip to content

kilahm/HackClio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HackClio

Build Status HHVM Status

Fluent command line input and output library for Hack. This library is useful to making command line scripts that require user interaction.

Installation

The only option currently supported is to install through Composer. Add the following line to your required block:

“kilahm/hack-clio”: “~1.0”

Features

Hack Clio allows you to define arguments and options for the command line invocation of your script. There is a built in help compiler that allows you to print a user friendly description of the arguments and options you define.

You can easily ask for input from your user including input validation.

Format text output with colors, indentation, centering, etc. All of this can be “responsive” to the width of your terminal window.

See the documentation for more details.

About

Fluent command line input and output library for Hack.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages