library git-wordpress-publish
Shell script to publish a WordPress plugin from a git repository.
konnektiv/git-wordpress-publish
Shell script to publish a WordPress plugin from a git repository.
- Wednesday, June 8, 2016
- by konnektiv
- Repository
- 2 Watchers
- 0 Stars
- 0 Installations
- Shell
- 1 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
Shell script to deploy WordPress plugins from a git repository
Usage
- Create a file
deploy-config.sh
in 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.sh
from the top of your plugin directory.
dev-master
9999999-dev
Shell script to publish a WordPress plugin from a git repository.
Sources
Download
AGPL-3.0