plesk/ext-skeleton

Plesk extension skeleton

Installs: 55

Dependents: 0

Suggesters: 0

Security: 0

Stars: 5

Watchers: 22

Forks: 2

Open Issues: 16

Language:JavaScript

Type:project


README

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.