havn init

Project

Bootstrap a new project in seconds

Scaffold a new havn project with sane defaults, directory structure, and configuration files. Supports multiple project templates including API servers, workers, and full-stack apps.

havn init [project-name] [--template <name>]
  • Interactive project setup wizard
  • Multiple built-in templates
  • Auto-generates .env.example
  • Git initialization included
  • Dependency installation out-of-the-box
~ havn-shell
$ havn init my-api --template node-api
✔ Scaffolding project structure
✔ Writing configuration files
✔ Installing dependencies
✔ Initialising git repository
🚀 Project ready at ./my-api