strata init
Initialize a new Strata project.
Usage
bash
strata init [options]Options
--force- Overwrite existing.strata.jsonfile if it exists.
Description
The init command sets up a new Strata project by:
- Creating a
.strata.jsonconfiguration file with default values. - Setting up the recommended project structure (
src/andbuild/).
This is the recommended first step for any new Strata project.
Examples
bash
# initialize in current directory
strata init
# re-initialize and overwrite config
strata init --force