@raideno/convex-stripe 0.1.0-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +15 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +0 -0
- package/dist/server.d.ts +3790 -0
- package/dist/server.js +3400 -0
- package/package.json +60 -0
package/README.md
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# Convex Stripe
|
|
2
|
+
|
|
3
|
+
A demo project is available at [https://convex-stripe-demo.vercel.app/](https://convex-stripe-demo.vercel.app/).
|
|
4
|
+
|
|
5
|
+
Stripe subscriptions, limits and features for Convex apps. Implemented according to the best practices listed in [Stripe Recommendations](https://github.com/t3dotgg/stripe-recommendations).
|
|
6
|
+
|
|
7
|
+
## Install
|
|
8
|
+
|
|
9
|
+
```bash
|
|
10
|
+
npm install @raideno/convex-stripe stripe
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
## Documentation
|
|
14
|
+
|
|
15
|
+
You can find the detailed documentation @ [https://raideno.github.io/convex-stripe](https://raideno.github.io/convex-stripe).
|
package/dist/index.d.ts
ADDED
package/dist/index.js
ADDED
|
File without changes
|