/pinelab-vendure-plugins

Monorepo for different Vendure plugins developed by Pinelab

Primary LanguageTypeScript

code style: prettier lerna

Pinelab Vendure plugins

Monorepo with all Vendure plugins created by Pinelab.

Webhook plugin

webhook plugin version Vendure version
Vendure plugin for calling a webhook based on configured events.

Google Storage Assets plugin

webhook plugin version Vendure version
Vendure plugin for storing assets in Google Cloud Storage buckets. Includes the bonus configuration to also generate and store thumbnails in Google Cloud Storage.

Mollie Payment plugin

webhook plugin version Vendure version
Vendure plugin for handling payments via Mollie platform.

Dutch Postalcode plugin

webhook plugin version Vendure version
Vendure plugin for looking up Dutch addresses based on given postalCode and houseNumber. Uses postcode.tech API.

Cloud Tasks Job plugin

webhook plugin version Vendure version
Vendure plugin using Google Cloud Tasks as queue for job processing.

Contributing

Just create a PR!

Development

Each package has the following commands:

  1. yarn build compiles typescript. Fails if any types mismatch
  2. yarn serve start a devserver with the plugin
  3. yarn test run tests for the plugin