konnektiv / git-wordpress-publish
Shell script to publish a WordPress plugin from a git repository.
Package info
github.com/konnektiv/git-wordpress-publish
Language:Shell
pkg:composer/konnektiv/git-wordpress-publish
dev-master
2016-06-08 11:25 UTC
This package is not auto-updated.
Last update: 2026-03-01 02:17:40 UTC
README
Usage
- Create a file
deploy-config.shin your plugin base directory with the following options:
# main config
PLUGINSLUG="plugin-slug" # The slug of your plugin as submitted to wordpress.org
MAINFILE="plugin-mainfile.php" # this should be the name of your main php file in the wordpress plugin
SVNUSER="svnuser" # your svn username
- Run the script
deploy.shfrom the top of your plugin directory.