Internal, non-publishable ("private": true) scaffolder for new
@youneed/* workspace packages.
# scaffold packages/<name>
pnpm create-youneedpackage <name> [description]
# interactive (prompts for name + description)
pnpm create-youneedpackageIt creates packages/<name>/ with:
package.json—@youneed/<name>,distoutputs,buildscripttsconfig.build.json— extends the roottsconfig.base.jsonsrc/index.ts— public entry point stub.npmignore+README.md
and registers @youneed/<name> in the root tsconfig.base.json paths so the
monorepo resolves it during development. Afterwards run pnpm install.
The published-package form
pnpm create youneedpackageresolves the registry packagecreate-youneedpackage; since this one is private it is invoked via its local workspace bin (pnpm create-youneedpackage).