plesk / ext-skeleton
Plesk extension skeleton
Installs: 56
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 22
Forks: 2
Open Issues: 16
Language:JavaScript
Type:project
Requires
- php: >=8.0
Requires (Dev)
- plesk/pm-api-stubs: ^18.0
- dev-master
- v2.0.0
- v1.0.6
- v1.0.5
- v1.0.4
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0.0
- dev-dependabot/npm_and_yarn/qs-6.5.3
- dev-dependabot/npm_and_yarn/decode-uri-component-0.2.2
- dev-dependabot/npm_and_yarn/async-2.6.4
- dev-dependabot/npm_and_yarn/follow-redirects-1.14.8
- dev-dependabot/npm_and_yarn/tmpl-1.0.5
- dev-dependabot/npm_and_yarn/tar-4.4.19
- dev-dependabot/npm_and_yarn/path-parse-1.0.7
- dev-dependabot/npm_and_yarn/codemirror-5.61.0
- dev-dependabot/npm_and_yarn/hosted-git-info-2.8.9
- dev-dependabot/npm_and_yarn/lodash-4.17.21
- dev-dependabot/npm_and_yarn/ssri-6.0.2
- dev-dependabot/npm_and_yarn/y18n-3.2.2
- dev-dependabot/npm_and_yarn/elliptic-6.5.4
- dev-dependabot/npm_and_yarn/handlebars-4.7.7
- dev-dependabot/npm_and_yarn/ini-1.3.7
- dev-dependabot/npm_and_yarn/mixin-deep-1.3.2
This package is auto-updated.
Last update: 2024-10-27 16:44:19 UTC
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.