Files
start/README.md
T
hykocx 74ce6192f1 docs: reorganize and update developer documentation
- update README.md to simplify @zen/core description
- rewrite DEV.md standards section with clearer principles and remove publication section
- extract publication process to new PUBLICATION.md document
- rewrite REDACTION.md with simplified structure and two-context approach
- bump package version in package.json
2026-04-25 08:30:23 -04:00

22 lines
471 B
Markdown

# ZEN / START
CLI pour créer un projet Next.js avec @zen/core
> [!WARNING]
> Ce projet est en développement actif et n'est pas encore prêt pour une utilisation en production. L'API, la structure et les fonctionnalités peuvent changer à tout moment.
## Utilisation
Configurer le registre pour le scope `@zen` (une seule fois) :
```bash
npm config set @zen:registry https://git.hyko.cx/api/packages/zen/npm/
```
Puis lancer le CLI :
```bash
npx @zen/start
```