Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 899 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 899 Bytes

OpenMage Composer-Plugin

Helper to install via composer ...

Support packages from unpkg.com

With v3 it ist possible to download files from https://unpkg.com/.

Example: add a package to composers extra section

        "openmage-unpkg-packages": {
            "@eastdesire/jscolor": {
                "version": "2.5.2",
                "source": "",
                "target": "js/jscolor",
                "files": [
                    "jscolor.js"
                ]
            }
        }

Note: composer install is broken since ChartJs v3. Until its fixed we try to download from https://unpkg.com


License