terminus-plugin-project / terminus-developer-plugin
开发者 - 一个协助插件开发的Terminus插件。
1.0.0
2017-02-01 17:17 UTC
Requires
- php: ^5.5 || ^7.0
README
开发者 - 一个协助插件开发的Terminus插件。
用法
$ terminus developer:help <keyword> [--output=browse|print]
如果没有提供--output
选项,默认为browse
。
示例
$ terminus developer:help debug
在文档中搜索关键字debug
并在默认浏览器中返回结果。
$ terminus developer:help tests
在文档中搜索关键字tests
并在默认浏览器中返回结果。
$ terminus developer:help contribute --output=print
在文档中搜索关键字contribute
并在终端中返回结果。
安装
有关安装帮助,请参阅管理插件。
mkdir -p ~/.terminus/plugins
composer create-project -d ~/.terminus/plugins terminus-plugin-project/terminus-developer-plugin:~1
配置
此插件无需配置即可使用。
帮助
运行terminus help developer:help
以获取帮助。