Commands
init
Initialize a new zopio
project
init Command
The init
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 new zopio
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
Additional locales can be added later using the i18n
command.