aplia / ezjscore
eZ JS Core
Installs: 196
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 0
Language:JavaScript
Type:ezpublish-legacy-extension
pkg:composer/aplia/ezjscore
Requires
- php: >=5.3
- composer/composer: >=1.0
This package is auto-updated.
Last update: 2025-10-25 00:40:42 UTC
README
What is Aplia eZ JS Core?
Aplia eZ JS Core is a fork of eZ JS Core extension which is bundled inside the eZ Publish legacy repository.
How to merge with eZ JS Core
-
Checkout
ezpublish-legacygit clone https://github.com/ezsystems/ezpublish-legacy -
Checkout Aplia eZ JS Core
git clone git@github.com:Aplia/ezjscore.git aplia-ezjscore -
Enter Aplia eZ JS Core
cd aplia-ezjscore -
Remove everything except
.git,README.mdandcomposer.jsonls | grep -v '.git' | grep -v 'README.md' | grep -v 'composer.json' | xargs rm -R -
Copy updated code from
ezpublish-legacycp -R ../ezpublish-legacy/extension/ezjscore/ . -
Review and add changes
git add . -
Push code and add new release