mirror of
https://ghproxy.net/https://github.com/wp-cli/extension-command.git
synced 2025-10-04 01:34:31 +08:00
Ade templates to this repo
This commit is contained in:
parent
d3bf57ecb2
commit
9731e8ae34
2 changed files with 11 additions and 0 deletions
6
templates/plugin-status.mustache
Normal file
6
templates/plugin-status.mustache
Normal file
|
@ -0,0 +1,6 @@
|
|||
Plugin %9{{slug}}%n details:
|
||||
Name: {{name}}
|
||||
Status: {{status}}%n
|
||||
Version: {{version}}
|
||||
Author: {{author}}
|
||||
Description: {{description}}
|
5
templates/theme-status.mustache
Normal file
5
templates/theme-status.mustache
Normal file
|
@ -0,0 +1,5 @@
|
|||
Theme %9{{slug}}%n details:
|
||||
Name: {{name}}
|
||||
Status: {{status}}%n
|
||||
Version: {{version}}
|
||||
Author: {{author}}
|
Loading…
Add table
Add a link
Reference in a new issue