- June 3, 2020
Package link and unlink scripts
Open CommerceWhat
bin/package-linkandbin/package-unlinkare two new scripts that automate all of the steps required for using local packages and handling their dependencies: you no longer have tonpm linkpackages or adjust yourdocker-compose.ymlfile.Why
Previously, to test your own plugins (including forked plugins), you had to use NPM and its registry—even if you just wanted to load a local package. These scripts greatly simplify package development, allowing you to test local plugins easily and efficiently.