The Plesk extension skeleton is a quick start for your new Plesk extension using the UI library.
Make sure your development environment has the following prerequisites installed:
Create a new project by running composer create-project plesk/ext-skeleton my-extension
.
Install dependencies and compile assets with yarn install
.
At this point, the extension is ready to be used.
To deploy it, create a .zip archive with contents of the /src
directory (except /frontend
subdirectory). You can then upload this archive via Extension Catalog in Plesk UI, or use the command line utility.
This project is licensed under the Apache License, Version 2.0 - see the LICENSE file for details.