Synopsis
Description
Creates a new directory<name>/ containing a vibe.yaml template. The template is pre-filled with the app’s name and a minimal single-service definition ready to edit.
Arguments
| Argument | Description |
|---|---|
<name> | Name of the app and the directory to create |
Options
Examples
Notes
- Creates
<name>/vibe.yamlwithkind: vibe.app/v1and a placeholder service - The generated
idis derived from the name in reverse-domain format (com.example.<name>) — edit it to match your actual identifier - Nothing is fetched or compiled at init time
