Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 741 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 741 Bytes

Starter Plugin

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.

Getting Started

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

License

MIT