Socket
Socket
Sign inDemoInstall

wp-plugin-helper

Package Overview
Dependencies
122
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    wp-plugin-helper

Automate plugin development operations like new Github release, production package creation, deployment history and much more


Version published
Maintainers
1
Created

Readme

Source

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

Keywords

FAQs

Last updated on 21 Nov 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc