-
Notifications
You must be signed in to change notification settings - Fork 0
Cli based easy plugin checker with helper of plugin Plugin Check(store output in file)
codeboxrcodehub/easy-plugin-check
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
=== Easy Plugin Check (EPCP) === Contributors: codeboxr,manchumahara Tags: plugincheck,cli,debug Requires at least: 6.3 Tested up to: 6.7.1 Stable tag: 1.0.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Cli based easy plugin check with help of plugin Plugin Check == Description == Easy Plugin Check (EPCP) helps to check plugin using command line with help of WP CLI and Plugin Check(PCP). Easy Plugin Check (EPCP) adds a new command for WP CLI to check any plugin using Plugin Check(PCP) and puts the output in a file inside which helps to check the error/warnings easily. Command format: wp easy-plugin-check example_plugin Extra param: exclude-directories - which dir to exclude, this param is from main Plugin Check plugin's command output-file wp easy-plugin-check example_plugin --exclude-directories=lib wp easy-plugin-check example_plugin --exclude-directories=lib --output-file=check.log if no 'output-file' param is set then it will put the output inside wordpress root folder as file name plugin-check.log So far the output file is compatible with VS Code editor and you can click the line and go to the file specific line easily. The exclude dir helps to avoid folder like composer's vendor or lib folder that's not needed to check. For any query [contact us](https://codeboxr.com/contact-us/) == Changelog == = 1.0.0 = * Initial version released
About
Cli based easy plugin checker with helper of plugin Plugin Check(store output in file)
Topics
Resources
Stars
Watchers
Forks
Packages 0
No packages published