Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/terminus-plugin-project/terminus-developer-plugin
Developer - A Terminus plugin to assist with plugin development.
https://github.com/terminus-plugin-project/terminus-developer-plugin
composer developer development pantheon plugin terminus terminus-plugin
Last synced: 1 day ago
JSON representation
Developer - A Terminus plugin to assist with plugin development.
- Host: GitHub
- URL: https://github.com/terminus-plugin-project/terminus-developer-plugin
- Owner: terminus-plugin-project
- License: mit
- Created: 2017-02-01T05:09:32.000Z (almost 8 years ago)
- Default Branch: 1.x
- Last Pushed: 2019-02-22T05:02:29.000Z (over 5 years ago)
- Last Synced: 2023-07-16T02:14:34.401Z (over 1 year ago)
- Topics: composer, developer, development, pantheon, plugin, terminus, terminus-plugin
- Language: PHP
- Homepage: https://packagist.org/packages/terminus-plugin-project/terminus-developer-plugin
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Terminus Developer Plugin
Developer - A Terminus plugin to assist with plugin development.
## Usage:
```
$ terminus developer:help [--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](https://pantheon.io/docs/terminus/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.