init Command
Theinit
command initializes a new zopio
project with the recommended structure and configuration.
Usage
Options
-t, --template <template>
- Template to use (default: “default”)-l, --locale <locale>
- Default locale for internationalization (default: “en”)
Examples
Project Structure
The init command creates a newzopio
project with the following structure:
Available Templates
- default - Standard template with basic setup
- fullstack - Complete setup with frontend and backend
- api - API-only setup
- minimal - Minimal setup with core features only
Supported Locales
The following locales are supported out of the box:- en - English (default)
- tr - Turkish
- es - Spanish
- de - German
i18n
command.