@dekode/satis-generator-plugin-wordpress
v0.7.0
Published
Change version numbers in WordPress plugins/themes when using satis-generator
Downloads
277
Readme
Satis generator WordPress
Extends Satis Generator to change version numbers in WordPress themes and plugins.
Installation
Install the module
npm install @dekode/satis-generator-plugin-wordpress
Setup
This is a plugin that extends satis-generator. Add the plugin to the satis-generator config.
{
...
"plugins": [
"@dekode/satis-generator-plugin-wordpress"
]
...
}