Architecture
June 24, 2026 ยท View on GitHub
Overview
create-node-lib package description: Scaffolding out a Node.js library module.
Repository Structure
package.json- root package scripts and dependency metadata..changeset/- Changesets configuration and pending release notes.docs/- project documentation for maintainers and coding agents.
Boundaries
- Keep user-facing usage, installation, and examples in the root
README.md. - Keep contribution rules in
CONTRIBUTING.md. - Keep release workflow details in
RELEASE.md. - Keep deeper development and architecture notes in
docs/.