You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: smart init in commands, config, READMEs + test count 706
- Add --pyproject flag to commands.md (EN/IT)
- Add --pyproject to Getting Started in configuration/index.md (EN/IT)
- Add Project setup section with zenzic init to README.md and README.it.md
- Add smart init entry to CHANGELOG.md and RELEASE.md
- Update test counts 694 → 706 across CHANGELOG.md and RELEASE.md
Copy file name to clipboardExpand all lines: README.it.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -167,6 +167,16 @@ Zenzic esegue un'**analisi statica** dei tuoi file di configurazione (`mkdocs.ym
167
167
168
168
Questo significa che **non è necessario installare** MkDocs, Material for MkDocs o altri plugin di build nel tuo ambiente di linting. Zenzic rimane leggero e privo di dipendenze, rendendolo ideale per pipeline CI/CD veloci e isolate.
169
169
170
+
### Setup progetto
171
+
172
+
```bash
173
+
zenzic init # crea zenzic.toml con engine rilevato automaticamente
174
+
zenzic init --pyproject # incorpora [tool.zenzic] in pyproject.toml
175
+
```
176
+
177
+
Quando `pyproject.toml` esiste, `zenzic init` chiede interattivamente se incorporare
178
+
la configurazione lì. Usa `--pyproject` per saltare il prompt.
0 commit comments