- June 3, 2020
Package link and unlink scripts
Open CommerceWhat
bin/package-link
andbin/package-unlink
are two new scripts that automate all of the steps required for using local packages and handling their dependencies: you no longer have tonpm link
packages or adjust yourdocker-compose.yml
file.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.