wpify/plugin-composer-scripts

Composer plugin with scripts for WPify Plugins

Installs: 549

Dependents: 3

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:composer-plugin

1.2.9 2022-07-01 18:37 UTC

This package is auto-updated.

Last update: 2024-04-16 10:14:37 UTC


README

Composer package with script for wpify/plugin-skeleton based projects. Includes following scripts:

rename-wpify-plugin

Replace references for wpify-plugin-skeleton and variants with real plugin name during the project creation, so the developer has everything ready at the beginning.

Usage: $ composer rename-wpify-plugin wpify-plugin-skeleton some-other-plugin-name

Arguments:

  • search: Slug to search for, defaults to "wpify-plugin-skeleton".
  • replace: Replacement slug, defaults to plugin folder basename.