ca0fafe6ff0eb3eb98516ffe8db716fb27d63fb6
Expand the development guide from a minimal overview into a comprehensive reference covering: - Code standards: single responsibility, control flow, input validation, promise handling, and variable scoping - Security section: treat all external input as malicious, use path.join over string concatenation, no secrets in code - Reorganize publication steps to include version bump before build/publish for a logical workflow - Add project context note clarifying the scaffolding role of @zen/start
ZEN / START
CLI pour créer un projet Next.js avec le CMS @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) :
npm config set @zen:registry https://git.hyko.cx/api/packages/zen/npm/
Puis lancer le CLI :
npx @zen/start
Languages
JavaScript
98%
CSS
2%