This is a YOOtheme Pro plugin for Joomla/WordPress. It is a minimal example plugin that can be used as a starting point for your own plugin development.
After you have installed PHP and Composer, you create a new plugin project via Composer's create-project command. This will create a new my-plugin
directory with the plugin files.
composer create-project yootheme/starter-plugin my-plugin
To run build tasks you need to install Task via Node and npm or use another installation method of your choice.
npm install -g @go-task/cli