From 8295d64115be97eaf3c6a74c4e52c0254d179765 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Tue, 24 Jan 2023 09:08:06 +0100 Subject: [PATCH] extend template --- _repo/shopify.md | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/_repo/shopify.md b/_repo/shopify.md index 2dff49c1..4d9c2d3e 100644 --- a/_repo/shopify.md +++ b/_repo/shopify.md @@ -1,12 +1,21 @@ --- -name: ShopifyIntegrationPlugin -author: matmair -website: https://mjmair.com -github: https://github.com/matmair/ShopifyIntegrationPlugin -categories: +name: ShopifyIntegrationPlugin # Name of the plugin (should be either NAME, TITLE or SLUG) +author: matmair # Maintainer must be the same as the publisher reference +license: MIT # License, we prefer open source +open_source: true # Is this project licensed with an OSI-approved license - aka 'open source' +stable: true # Is this project stable? Should users deploy this in their instace? +maintained: true # Is this project maintained? +pypi: true # Is availanle via PyPi +package_name: inventree-shopify # Name of the package on the index, required if pypi true +github: https://github.com/matmair/ShopifyIntegrationPlugin # Ĺink to repo in GitHub, one of github, gitlab or source is required +gitlab: https://gitlab.com/matmair/ShopifyIntegrationPlugin # Ĺink to repo in Gitlab, one of github, gitlab or source is required +source: https://git.mjmair.com/matmair/ShopifyIntegrationPlugin # Link to source, one of github, gitlab or source is required +issue_tracker: https://github.com/matmair/ShopifyIntegrationPlugin # Link to Issue tracker, optional +website: https://mjmair.com # Website, full path with protocol, optional +categories: # Mixins/integrations that are used, optional - Integration - Webhook -tags: +tags: # Freetext tags - treat them like kewords, optional - Shopify - Orders ---