Visit pinelab-plugins.com for official docs and examples.
Contributions welcome! Check out our Contribution guidelines
yarn
in the root of the repository will install all dependencies of each plugin (using yarn workspaces)- You can now
yarn build
and/oryarn test
in each plugin
Follow these steps to upgrade the vendure version of all plugins at once.
- Create and checkout a new branch like
feat/vendure-1.7.1
- Upgrade all Vendure dependencies by running
yarn upgrade:vendure
- Create a PR to merge into
main
cd packages
wget https://github.com/vendure-ecommerce/plugin-template/archive/refs/heads/main.zip
unzip main.zip
rm main.zip
- Follow the README in
plugin-template-main