Download the PHP package bszyk/zip-wp without Composer
On this page you can find all versions of the php package bszyk/zip-wp. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor bszyk
Package zip-wp
Short Description Create packaged & versioned WordPress plugin zip.
License GPL-3.0-or-later
Package zip-wp
Short Description Create packaged & versioned WordPress plugin zip.
License GPL-3.0-or-later
Please rate this library. Is it a good library?
Informations about the package zip-wp
zip-wp
Conveniently build, package, and create a .zip for your WordPress plugin.
Install
composer require bszyk/zip-wp --dev
update your project's composer.json
:
To use, run composer zip-wp
in the project's root folder.
What it does
Composer package that runs a bash
script that:
- Gets the plugin slug from the home directory folder name.
- Prompts user for the version number.
- Creates and/or updates
changelog.txt
.- User may enter multiple lines.
- To exit, use
CTRL D
when on a newline.
- Runs
npm run build
. - Gathers all
.php
files, all content ofbuild
andassets
folders, and other common files. - Compresses items into
./_releases/VERSION/PLUGIN-SLUG.zip
.
You will need to give the .sh
permission via chmod 775
et. al.
All versions of zip-wp with dependencies
PHP Build Version
Package Version
No informations.
The package bszyk/zip-wp contains the following files
Loading the files please wait ....