kaufmanndigital / email-editing-installer
Composer plugin to install MJML Node-Modules for kaufmanndigital/email-editing
Package info
github.com/KaufmannDigital/KaufmannDigital.EmailEditing.Installer
Type:composer-plugin
pkg:composer/kaufmanndigital/email-editing-installer
Requires
- composer-plugin-api: ^2.0
Requires (Dev)
- composer/composer: ^2.0
README
Composer plugin that automatically runs npm install for the spatie/mjml-php dependency after a Composer install or update.
This package is a companion to kaufmanndigital/email-editing and is automatically required by it — you don't need to install it manually.
Why does this exist?
spatie/mjml-php ships without its Node dependencies pre-installed and requires an npm install to be run in its package directory. This plugin ensures that step happens automatically as part of composer install / composer update, without any manual deployment steps.