Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 970 Bytes

DESCRIPTION.md

File metadata and controls

24 lines (14 loc) · 970 Bytes

Plesk extension skeleton

The Plesk extension skeleton is a quick start for your new Plesk extension using the UI library.

Getting Started

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.

License

This project is licensed under the Apache License, Version 2.0 - see the LICENSE file for details.