From b1c8e6890220bb0a720f79dac364df4eba4f4c6f Mon Sep 17 00:00:00 2001 From: Pawel Wojnarowicz Date: Tue, 12 Nov 2024 12:23:36 +0100 Subject: [PATCH] feat: add `@planship/nuxt` module (#1067) --- icons/planship.svg | 3 +++ modules/planship.yml | 18 ++++++++++++++++++ 2 files changed, 21 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..90874362d --- /dev/null +++ b/modules/planship.yml @@ -0,0 +1,18 @@ +name: planship +description: >- + Entitlements, metering, plan packaging, and subscription management for Nuxt + apps. +repo: planship/planship-nuxt +npm: '@planship/nuxt' +icon: planship.svg +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: {}