terminus-plugin-project/terminus-developer-plugin

开发者 - 一个协助插件开发的Terminus插件。

1.0.0 2017-02-01 17:17 UTC

This package is auto-updated.

Last update: 2024-09-22 17:39:32 UTC


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以获取帮助。