⚡
havn init
ProjectBootstrap a new project in seconds
Overview
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.
Usage
havn init [project-name] [--template <name>]Features
- ✓Interactive project setup wizard
- ✓Multiple built-in templates
- ✓Auto-generates .env.example
- ✓Git initialization included
- ✓Dependency installation out-of-the-box
Example
~ 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