Wordpress-Package-Manager is a command-line tool for installing WordPress plugins in a manner similar to PIP.
Getting started:
pip install wpm
wpm setup
You're all done!
Command reference:
wpm installframework
Downloads the and unpacks the latest version of Wordpress.
wpm install [plugin name] or [-r FILE ]
Downloads and unpacks the plugin with the given plugin name. If a requirements file is specified, it will install all plugins listed in that file.
wpm search search string
Searches the WordPress plugin repository for plugins matching the given search string
wpm update
Updates the latest packages from the official WordPress repository
wpm setup
Sets up key files
More details
Upon setup, WPM creates a .wpm directory in the user's home directory.
Requirements:
- Python
- WordPress
Comments not found