Packaging & Versioning


Once you've finished developing and testing your blocklet, the next step is to prepare it for distribution. This involves two critical processes: versioning, to assign a unique identifier to your release, and bundling, to package all your code and assets into a single, deployable artifact. The Blocklet CLI provides dedicated commands to streamline this workflow.

This section provides an overview of the commands used to package and version your blocklet. For detailed instructions, please refer to the specific sub-pages.

Typical Workflow#

The packaging and versioning process is a straightforward part of the development lifecycle, typically occurring after development and before distribution.


After successfully bundling your blocklet with an updated version, you are ready to share it with the world.

Proceed to the Distribution section to learn how to deploy your blocklet to a server or upload it to a blocklet store.