Skip to content

Commit 9285fe0

Browse files
committed
chore: update readme
1 parent 5ff2d14 commit 9285fe0

File tree

1 file changed

+13
-16
lines changed

1 file changed

+13
-16
lines changed

README.md

Lines changed: 13 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,15 @@
4848
- 命令行的php代码高亮支持(来自于`jakub-onderka/php-console-highlighter`并做了一些调整)
4949
- 简单的Terminal屏幕、光标控制操作类
5050
- 简单的进程操作使用类(fork,run,stop,wait ... 等)
51+
52+
所有的特性,功能:
5153

52-
> 所有的特性,效果;都可以运行 `examples/` 中的示例代码 `php examples/app` 展示出来的。基本上涵盖了所有功能,可以直接测试运行
54+
都可以运行 `examples/` 中的示例代码 `php examples/app` 展示出来的。基本上涵盖了所有功能,可以直接测试运行
55+
56+
## 项目地址
57+
58+
- **github** https://github.com/inhere/php-console.git
59+
- **gitee** https://gitee.com/inhere/php-console.git
5360

5461
## 快速安装
5562

@@ -85,31 +92,21 @@ $app->addGroup(MyController::class);
8592
$app->run();
8693
```
8794

88-
## 文档列表
89-
90-
请到[WIKI](https://github.com/inhere/php-console/wiki)查看更多详细的使用文档
95+
运行示例应用: `php examples/app`
9196

97+
## 文档列表
9298

99+
**[从v3升级到v4](https://github.com/inhere/php-console/wiki/v3-upgrade-to-v4)**
93100

94101
- **[文档首页](https://github.com/inhere/php-console/wiki/home)**
95102
- **[功能概览](https://github.com/inhere/php-console/wiki/overview)**
96103
- **[安装](https://github.com/inhere/php-console/wiki/install)**
97104
- **[创建应用](https://github.com/inhere/php-console/wiki/quick-start)**
98-
- **[添加命令](https://github.com/inhere/php-console/wiki/add-command)**
99-
- **[添加命令组](https://github.com/inhere/php-console/wiki/add-group)**
105+
- **[创建命令/组](https://github.com/inhere/php-console/wiki/create-command-and-group)**
100106
- **[注册命令](https://github.com/inhere/php-console/wiki/register-command)**
101107
- **[错误/异常捕获](https://github.com/inhere/php-console/wiki/error-handle)**
102-
- **[输入对象](https://github.com/inhere/php-console/wiki/input-instance)**
103-
- **[输出对象](https://github.com/inhere/php-console/wiki/output-instance)**
104-
- **[格式化输出](https://github.com/inhere/php-console/wiki/format-output)** `section`, `panel`, `padding`, `helpPanel`, `table`, `tree`, `title`, `list`, `multiList` 等风格信息输出
105-
- **[进度动态输出](https://github.com/inhere/php-console/wiki/process-output)** 动态信息显示(`pending/loading`, `pointing`, `spinner`, `counterTxt`, `dynamicText`, `progressTxt`, `progressBar`)
106-
- **[用户交互](https://github.com/inhere/php-console/wiki/user-interactive)** 用户信息交互支持(`select`, `multiSelect`, `confirm`, `ask/question`, `askPassword/askHiddenInput`)
107-
- **[扩展工具](https://github.com/inhere/php-console/wiki/extra-tools)** 打包phar, 命令行下的文件下载, 命令行的php代码高亮
108-
109-
## 项目地址
110108

111-
- **github** https://github.com/inhere/php-console.git
112-
- **gitee** https://gitee.com/inhere/php-console.git
109+
更多使用文档请点击跳转到[WIKI](https://github.com/inhere/php-console/wiki)查看
113110

114111
## 单元测试
115112

0 commit comments

Comments
 (0)