terminus-plugin-project/terminus-developer-plugin

Developer - A Terminus plugin to assist with plugin development.

1.0.0 2017-02-01 17:17 UTC

This package is auto-updated.

Last update: 2024-04-22 16:41:53 UTC


README

Developer - A Terminus plugin to assist with plugin development.

Usage:

$ terminus developer:help <keyword> [--output=browse|print]

If the --output option is not provided, the default is browse.

Examples:

$ terminus developer:help debug

Search for the keyword debug in the documentation and return results in the default browser.

$ terminus developer:help tests

Search for the keyword tests in the documentation and return results in the default browser.

$ terminus developer:help contribute --output=print

Search for the keyword contribute in the documentation and return results in the terminal.

Installation:

For installation help, see Manage Plugins.

mkdir -p ~/.terminus/plugins
composer create-project -d ~/.terminus/plugins terminus-plugin-project/terminus-developer-plugin:~1

Configuration:

This plugin requires no configuration to use.

Help:

Run terminus help developer:help for help.