To use:
bunx create-nocdn-appor:
bunx create-nocdn-app my-appThis will ask you for a project name and let you scaffold either a Next.js (App Router) app, a Vite app, a TanStack Start app, a Bun + Hono API, or a Node.js CLI template with my preferred defaults.
For a CLI package under an npm organization, pass a scoped package name:
bunx create-nocdn-app @nocdn/package-name -t cliThe generated folder will be package-name, while the package published to npm will be @nocdn/package-name.