create-kitojs
v1.0.4
Published
📦 Scaffold Kito projects.
Maintainers
Readme
create-kitojs
Scaffold Kito projects with style. Fast, modern, and beautiful CLI for bootstrapping your next web server.
✨ Features
- 🎨 Beautiful CLI with colors and animations
- ⚡ Multiple runtime support (Node.js, Bun, Deno)
- 📦 Automatic package manager detection
- 🔧 TypeScript configured out of the box
- 🚀 Hot reload for development
🚀 Get started
Create a new Kito project with your favorite package manager:
With npm:
npm create kitojs@latestWith pnpm:
pnpm create kitojsWith yarn:
yarn create kitojsWith bun:
bun create kitojsWith deno:
deno init --npm kitojsQuick start with options
Skip the prompts by providing a project name and template:
npm create kitojs my-app -- --template bunAvailable templates
nodejs- Standard Node.js runtime with TypeScriptbun- Blazing fast JavaScript runtimedeno- A modern runtime for JavaScript and TypeScript
📄 License
Licensed under the MIT License.
