https://github.com/markjaquith/wpplugin
Command line tool for updating and managing WordPress plugins
https://github.com/markjaquith/wpplugin
Last synced: about 1 year ago
JSON representation
Command line tool for updating and managing WordPress plugins
- Host: GitHub
- URL: https://github.com/markjaquith/wpplugin
- Owner: markjaquith
- License: gpl-2.0
- Created: 2012-01-12T05:38:54.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-09-17T07:37:12.000Z (over 13 years ago)
- Last Synced: 2025-04-20T11:19:30.816Z (about 1 year ago)
- Language: Ruby
- Homepage:
- Size: 113 KB
- Stars: 10
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# WPPlugin
WPPlugin is a Ruby command line script to update and manage WordPress plugins. Useful for WordPress installs that are managed in a Git repository.
**As of version 0.1, you must run it from your `plugins` or `mu-plugins` directory.**
Available commands:
* `wpplugin add {plugin}` — installs the specified plugin
* `wpplugin remove {plugin}` — removes the specified plugin
* `wpplugin update {plugin}` — updates a plugin to the latest stable version
* `wpplugin update` — updates all plugins to the latest stable version
## Installation
To install WPPlugin, use RubyGems:
```bash
sudo gem install wpplugin
```
**As of version 0.1, you must have the `wget` and `unzip` commands available on your system.**
## License & Copyright
WPPlugin is Copyright Mark Jaquith 2012, and is offered under the terms of the GNU General Public License, version 2, or any later version.