Skip to content

Packaging Your Plugin (ZIP)

Daniel M. Hendricks edited this page Aug 30, 2017 · 1 revision

To create a WordPress-installable ZIP archive of necessary files for your plugin, you may run:

$ npm run zip

By default, the output file will be {your-plugin-slug}.zip in the parent of the plugin's directory.

Clone this wiki locally