From 3fe55903db336b1a78ae4b5f8919bf8dc2086a32 Mon Sep 17 00:00:00 2001 From: Pawel Wojnarowicz Date: Mon, 9 Sep 2024 16:41:44 +0200 Subject: [PATCH] feat: add Planship module --- icons/planship.svg | 3 +++ modules/planship.yml | 17 +++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 icons/planship.svg create mode 100644 modules/planship.yml diff --git a/icons/planship.svg b/icons/planship.svg new file mode 100644 index 000000000..2e8b449d1 --- /dev/null +++ b/icons/planship.svg @@ -0,0 +1,3 @@ + + + diff --git a/modules/planship.yml b/modules/planship.yml new file mode 100644 index 000000000..dce0f0d67 --- /dev/null +++ b/modules/planship.yml @@ -0,0 +1,17 @@ +name: planship +description: >- + Entitlements, metering, plan packaging, and subscription management for Nuxt apps. +repo: planship/planship-nuxt +npm: '@planship/nuxt' +icon: planship.png +github: https://github.com/planship/planship-nuxt +website: https://planship.io +learn_more: https://docs.planship.io +category: Payment +type: 3rd-party +maintainers: + - name: Pawel Wojnarowicz + github: pwojnaro +compatibility: + nuxt: '>=3.0.0' + requires: {}