Skip to content
Patricio López Juri edited this page Aug 16, 2020 · 5 revisions

Welcome to the flayyer-wp wiki!

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.

Deployment

# install dependencies:
yarn install
composer install --no-dev --optimize-autoloader

# to create a release tag:
yarn version

# build zip:
yarn build
Clone this wiki locally