🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

chargebee-init

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chargebee-init

A CLI to help integrate Chargebee services with your existing app

Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
3
-76.92%
Maintainers
1
Weekly downloads
 
Created
Source

chargebee-init

chargebee-init is a CLI to help integrate Chargebee services with your existing app. It supports popular Node.js frameworks and libraries and takes an opinionated approach to setting up just enough boilerplate so you can focus on how your business domain uses Chargebee services.

The following Chargebee features are currently supported:

  • Checkout one time charges
  • Checkout subscription plan
  • Manage payment methods
  • Customer portal
  • Handle incoming webhook events

Note: The CLI does not provide additional UI components. It uses the Chargebee Node SDK to invoke the relevant APIs from your backend service

Framework support

The CLI integrates the following backend-frameworks

FrameworkVersionNotes
Next.js15Only App Router supported
Express5

Requirements

  • Node.js >= 20
  • Existing app should be TypeScript based

Quick start

Run npx chargebee-init in your existing app directory.

Installation

The CLI can be invoked directly via npx or an equivalent script runner:

# Node.js
npx chargebee-init

# Bun
bunx chargebee-init

It can also be installed globally as a NPM package:

npm install -g chargebee-init

FAQs

Package last updated on 13 Aug 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