Skip to content

Package Registry

The Axon package registry is the central hub for discovering, publishing, and installing libraries within the Axon ecosystem.

To publish your own package to the registry:

  1. Create an axon.toml configuration file in your project root.
  2. Ensure you have an active account on the Catalyst Group registry.
  3. Run axs publish from your terminal.
Terminal window
# Example
cd my-axon-lib
axs build --release
axs publish