Socket
Book a DemoInstallSign in
Socket

create-stripeflare

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-stripeflare

CLI tool to create Stripeflare projects

latest
npmnpm
Version
0.0.14
Version published
Maintainers
1
Created
Source

Create Stripeflare

CLI to deploy a stripeflare project within a minute.

Usage

First, ensure you have node installed and wrangler authenticated to your Cloudflare account.

Also, create a config file at ~/.stripeflare.dev.vars with the following information filled in:

STRIPE_PUBLISHABLE_KEY=
STRIPE_SECRET=
GITHUB_OWNER=

Then, run this and follow the instructions, which will setup the template for you, connect it with a Stripe payment link and webhook, and deploy secrets and project to your preferred domain on your cloudflare worker.

npx create-stripeflare

Details you need to have before running this:

  • Title of the project
  • Name of your worker & repo
  • Domain where to deploy the worker. Can be a subdomain. Must be a valid domain you already own in your Cloudflare account.

Please note this will not create a repo in your GitHub but it WILL init the .git folder and set the origin. Just push yourself!

Keywords

stripe

FAQs

Package last updated on 16 Jun 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts