JSPM

create-privy-app

1.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q28030F
  • License MIT

CLI tool to create Next.js or Vite apps with Privy authentication, Wagmi integration, and global wallet support

Package Exports

  • create-privy-app
  • create-privy-app/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (create-privy-app) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

create-privy-app

A CLI tool to quickly scaffold Next.js or Vite applications with Privy, Wagmi, and global wallet support.

Quick Start

# Using npm
npx create-privy-app my-app

# Using pnpm
pnpm dlx create-privy-app my-app

# Using yarn
yarn create privy-app my-app

# Using bun
bunx create-privy-app my-app

Usage

Basic Commands

# Interactive mode (prompts for all options)
create-privy-app my-app

# Next.js app with short flag
create-privy-app my-app -n

# Vite app with short flag
create-privy-app my-app -v

# With global wallets and Wagmi
create-privy-app my-app -n -g -w

Complete Syntax

create-privy-app [project-name] [options]

Framework Options

Flag Short Description
--nextjs -n Create a Next.js app (TypeScript + App Router)
--vite -v Create a Vite app (React + TypeScript)

Feature Flags

Flag Short Description
--global-wallets -g Include global wallet selection (Abstract, Monad Games ID.)
--wagmi -w Include Wagmi integration for advanced wallet functionality

Help

Flag Short Description
--help -h Show help information
--version -V Show version number