@masonite/wp-project-version-sync

1.1.0 • Public • Published

wp-project-version-sync

A CLI command to update your WordPress plugin or theme's file header version based off of your package.json version.

wp-update-project-version is a CLI command that is most useful when added to your build script in your package.json, like so:

{
    "scripts":  {
        "build": "webpack -p && wp-project-version-sync -p style.css"
    }
}

Installation

npm i @masonite/wp-project-version-sync

Usage

Currently, only package.json is the only supported <source> reference for a version. You can update one or more files, though at the moment, only WordPress header files are supported.

// wp-update-project-version -s <source> -p <path> [paths...]
wp-update-project-version -s package.json -p style.css index.php

Readme

Keywords

Package Sidebar

Install

npm i @masonite/wp-project-version-sync

Weekly Downloads

0

Version

1.1.0

License

GPL-2.0-or-later

Unpacked Size

26.7 kB

Total Files

11

Last publish

Collaborators

  • jpuran
  • khemsley_m
  • omorejon
  • mpomeroy
  • jashleymasonite
  • willyrk1
  • lukepotter
  • rhedman