docs: remove zen-setup CLI and simplify installation guide

- Remove `zen-setup` binary from package.json and package-lock.json
- Replace manual setup steps with `npx @zen/start` CLI command
- Simplify INSTALL.md by reducing steps from 6 to 4
- Update DEV.md to reflect removal of zen-setup from CLI scripts
- Fix relative path to `.env.example` in documentation
This commit is contained in:
2026-04-12 17:07:33 -04:00
parent 6e33726862
commit 2017f9791b
5 changed files with 11 additions and 310 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ On suit ces deux guides :
```
src/
├── cli/ # Scripts CLI : zen-db, zen-setup
├── cli/ # Scripts CLI : zen-db
├── core/ # Briques techniques : database, api, email, storage, cron, pdf, toast, payments
├── features/ # Features utilisateur : auth, admin, provider
├── modules/ # Modules métier : posts, invoice, nuage…