承接 kilahm/hack-clio 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

kilahm/hack-clio

最新稳定版本:v1.1.0

Composer 安装命令:

composer require kilahm/hack-clio

包简介

CLI input and output for Hack

README 文档

README

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.

统计信息

  • 总下载量: 170
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 0
  • 依赖项目数: 2
  • 推荐数: 0

GitHub 信息

  • Stars: 2
  • Watchers: 1
  • Forks: 0
  • 开发语言: Hack

其他信息

  • 授权协议: MIT
  • 更新时间: 2014-11-28