| type |
reference |
| topic |
cli |
| audience |
|
| applies_to |
|
Scaffold a new Reyn project in the current directory.
| Path |
Action |
reyn.yaml |
Minimal project config. Skipped if already exists. |
reyn.local.yaml.example |
Annotated personal override example. Skipped if already exists. |
.reyn/ |
Runtime state directory. Created if missing. |
.gitignore |
Appended with .reyn/ and reyn.local.yaml if not already present. |
None. The command is idempotent — safe to re-run.
| Code |
Meaning |
0 |
Always (idempotent). |
mkdir my-project && cd my-project
reyn init