Create Zuplo API is a zero-dependency CLI tool (v6.69.10, latest) for scaffolding new Zuplo API projects interactively or non-interactively. It supports TypeScript, JavaScript, ESLint, Prettier, multiple package managers (npm, yarn, pnpm, bun), and optional server-side project creation on portal.zuplo.com. Unlike generic scaffolding tools, it is officially maintained by Zuplo and offers offline support, example templates, and git initialization. Requires Node >=20.
npm install create-zuplo-apiNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Scaffolds a new Zuplo API project named 'my-api' with TypeScript, Prettier, and ESLint in non-interactive mode.
Update Node.js to version 20 or later.
Pass --no-server-project or --server-project explicitly to avoid surprises in CI.
Use --example <url> --example-path <path> for complex GitHub URLs.
Use --no-install (available since v6) instead of workarounds.
Upgrade Node.js to version 20 or later, or use nvm to switch to a compatible version.
Use npx create-zuplo-api or npm create zuplo-api instead of requiring it in code.
Use npx create-zuplo-api@latest or the npm create command; avoid global install.
No dependency data recorded yet.