Skip to content

Commit a325d97

Browse files
authored
feat(revenuecat): add RevenueCat plugin to marketplace (#104)
Add RevenueCat as an external plugin submodule and register it in the marketplace configuration. Enables managing in-app purchase backend (projects, apps, products, entitlements, offerings) directly from Claude Code.
1 parent ed03aa7 commit a325d97

3 files changed

Lines changed: 15 additions & 0 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,17 @@
435435
"sha": "f2f37954ecef9f1afce4fa81b6a612454a96c410"
436436
},
437437
"homepage": "https://posthog.com/docs/model-context-protocol"
438+
},
439+
{
440+
"name": "revenuecat",
441+
"description": "Configure RevenueCat projects, apps, products, entitlements, and offerings directly from Claude Code. Manage your in-app purchase backend without leaving your development workflow.",
442+
"category": "development",
443+
"source": {
444+
"source": "url",
445+
"url": "https://github.com/RevenueCat/rc-claude-code-plugin.git",
446+
"sha": "af7cb77996aee4e7e3c109c5afec81f716139032"
447+
},
448+
"homepage": "https://www.revenuecat.com"
438449
}
439450
]
440451
}

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,6 @@
3737
[submodule "external-plugins/google-workspace"]
3838
path = external-plugins/google-workspace
3939
url = https://github.com/googleworkspace/cli
40+
[submodule "external-plugins/revenuecat"]
41+
path = external-plugins/revenuecat
42+
url = https://github.com/RevenueCat/rc-claude-code-plugin.git

external-plugins/revenuecat

Submodule revenuecat added at af7cb77

0 commit comments

Comments
 (0)