eicc / staticforge-installer
Composer installer for StaticForge themes
Installs: 13
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:composer-plugin
pkg:composer/eicc/staticforge-installer
Requires
- php: ^8.0
- composer-plugin-api: ^2.0
Requires (Dev)
- composer/composer: ^2.0
This package is auto-updated.
Last update: 2026-01-21 19:19:19 UTC
README
Composer installer for StaticForge themes.
Description
This Composer plugin handles the installation of StaticForge themes. It hooks into Composer's install, update, and uninstall events to manage theme assets within your StaticForge project.
Installation
You can install this package via Composer:
composer require eicc/staticforge-installer
Usage
This plugin is automatically activated by Composer when required in your project. It will listen for package operations related to StaticForge themes.
Uninstallation
If you run composer remove to remove a theme package, the package will be removed from your dependencies, but the installed theme files in the themes directory will remain. You will need to remove the theme directory manually.
License
This project is licensed under the MIT License - see the LICENSE file for details.