-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Patricio López Juri edited this page Aug 16, 2020
·
5 revisions
This project is based on this template: https://github.com/hlashbrooke/WordPress-Plugin-Template/ and https://github.com/e-baker/WordPress-Plugin-Template
This is a Wordpress plugin with composer
support.
# install dependencies:
yarn install
composer install --no-dev --optimize-autoloader
# to create a release tag:
yarn version
# build zip:
yarn build