Package Template Snippet
Use this snippet as a starting point when adding a new framework package under Framework/.
- Copy the contents of this directory into
Framework/<PackageName>/. - Replace
@webstir-io/package-templatewith the real package name and update the description. - Flesh out the
build,test, andpackscripts so they produce deterministic artifacts suitable for publishing to the registry. - Remove placeholder
TODOcomments before committing the new package.
Keep the scaffold minimal—additional build tooling should live inside the package itself so the CLI can invoke it without special handling.