Added WordPress desktop app
This commit is contained in:
parent
9f6fae9d59
commit
b5ce82c4e9
2 changed files with 8 additions and 0 deletions
|
@ -1240,6 +1240,7 @@ softwareGroups:
|
||||||
- postman
|
- postman
|
||||||
- responsively
|
- responsively
|
||||||
- runjs
|
- runjs
|
||||||
|
- wordpresscom
|
||||||
- zaproxy
|
- zaproxy
|
||||||
_Basic: &_Basic
|
_Basic: &_Basic
|
||||||
- *CLI
|
- *CLI
|
||||||
|
|
|
@ -14677,6 +14677,13 @@ softwarePackages:
|
||||||
_name: WordOps
|
_name: WordOps
|
||||||
_short: "WordOps is a high-performance server stack for WordPress sites, designed to simplify and automate server management tasks. "
|
_short: "WordOps is a high-performance server stack for WordPress sites, designed to simplify and automate server management tasks. "
|
||||||
script:debian: wget -qO wo wops.cc && sudo bash wo
|
script:debian: wget -qO wo wops.cc && sudo bash wo
|
||||||
|
wordpresscom:
|
||||||
|
_bin: wordpresscom
|
||||||
|
_github: false
|
||||||
|
_name: WordPress Jetpack Desktop Client
|
||||||
|
_notes: TODO - Add options for Linux installations. A .deb is available officially but was behind login screen on the official website https://wordpress.com/me/get-apps. A .tar.gz is available for other Linux platforms that should be added as a _script.
|
||||||
|
cask: wordpresscom
|
||||||
|
choco: wordpress-com-for-desktop
|
||||||
wordpressify:
|
wordpressify:
|
||||||
_bin: wordpressify
|
_bin: wordpressify
|
||||||
_desc: A build system designed to automate your WordPress development workflow
|
_desc: A build system designed to automate your WordPress development workflow
|
||||||
|
|
Loading…
Reference in a new issue