Skip to content

kitojs/create-kitojs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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@latest

With pnpm:

pnpm create kitojs

With yarn:

yarn create kitojs

With bun:

bun create kitojs

With deno:

deno init --npm kitojs

Quick start with options

Skip the prompts by providing a project name and template:

npm create kitojs my-app -- --template bun

Available templates

  • nodejs - Standard Node.js runtime with TypeScript
  • bun - Blazing fast JavaScript runtime
  • deno - A modern runtime for JavaScript and TypeScript

📄 License

Licensed under the MIT License.


About

📦 Scaffold Kito projects.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •