Skip to main content
Run this from the root of pxxlspace/pxxlspace.
npm login
npm test
npm run build
npm pack --dry-run
npm version patch
npm publish --access public
The package publishes as @pxxlapp/pxxl because npm blocks the bare pxxl name for similarity with existing packages. The installed binary remains pxxl. Recommended release checks:
CheckWhy
npm testBuilds the SDK and runs CLI/unit tests.
npm pack --dry-runConfirms only dist, guides, boilerplates, skills, and package metadata ship.
npm 2FAProtects releases from account compromise.
provenanceAdds publish-chain metadata where supported.
smoke installVerifies the binary works after publish.
npm install -g @pxxlapp/pxxl
pxxl --help