UNPKG

create-node-lib

Version:

Scaffolding out a Node.js library module

19 lines (12 loc) 590 B
# Architecture ## 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/`.