74ce6192f1
- 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
22 lines
471 B
Markdown
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
|
|
```
|
|
|