1.0.6 • Published 1 year ago

wp-plugin-helper v1.0.6

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

dependency - wp-plugin-helper

Wordpress Plugin Helper

Wordpress plugin development made easy!

What this package do

This package let you to automate some Wordpress plugin development things, like .zip production package creation and github release publishing.

Get started

npx wp-plugin-helper

If you want to speed up npx process, run

npm i wp-plugin-helper

to get fastest access to node packages.

How to use

Create a release of version 1.0.0

npx wp-plugin-helper create-package --version="1.0.0" --release-message="My first plugin release"

It changes the version in your main plugin file, create a new package inside releases with version that you specified and publish them in a new release on your github repo.

It checks the changelog version in CHANGELOG.md file before do that.

Optional parameters

Add a message on github release

--release-message

Create a Github Release, change it to false if you want to create only local .zip package. Default: true

--git-release

Get current plugin version

--last