redaready / pinelab-vendure-plugins

Monorepo for different Vendure plugins developed by Pinelab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

code style: prettier lerna

Pinelab Vendure plugins

Visit pinelab-plugins.com for official docs and examples.

Development

Contributions welcome! Check out our Contribution guidelines

  1. yarn in the root of the repository will install all dependencies of each plugin (using yarn workspaces)
  2. You can now yarn build and/or yarn test in each plugin

Upgrading Vendure version

Follow these steps to upgrade the vendure version of all plugins at once.

  1. Create and checkout a new branch like feat/vendure-1.7.1
  2. Upgrade all Vendure dependencies by running yarn upgrade:vendure
  3. Create a PR to merge into main

Create a new plugin

  1. cd packages
  2. wget https://github.com/vendure-ecommerce/plugin-template/archive/refs/heads/main.zip
  3. unzip main.zip
  4. rm main.zip
  5. Follow the README in plugin-template-main

About

Monorepo for different Vendure plugins developed by Pinelab


Languages

Language:TypeScript 97.8%Language:HTML 1.3%Language:JavaScript 0.6%Language:SCSS 0.2%Language:Handlebars 0.0%Language:Shell 0.0%