@wheen/format
v0.1.1
Published
wheen sheet format — parse, serialize, drop pair, GLB embed, .z67 pack
Readme
@wheen/format
Sheet + drop + .z67 pack. What Planet-67 imports.
Publish (once)
- Create the npm org wheen if it does not exist: https://www.npmjs.com/org/create
(ornpm org create wheenafter login) - Login (pnpm or npm — same registry):
cd /Users/nate/Documents/GitHub/wheen
pnpm login
# or: npm login- Publish only this package (not the garage app):
cd packages/format
pnpm install
pnpm build
pnpm publish --access publicThen in Planet-67:
cd /Users/nate/Documents/GitHub/Planet-67
pnpm add @wheen/formatLocal ../wheen still wins in Vite when the sibling exists. Vercel installs the registry copy.
Do not publish app/, assets/, or models/.
