Package Registry
The Axon package registry is the central hub for discovering, publishing, and installing libraries within the Axon ecosystem.
Publishing a Package
Section titled “Publishing a Package”To publish your own package to the registry:
- Create an
axon.tomlconfiguration file in your project root. - Ensure you have an active account on the Catalyst Group registry.
- Run
axs publishfrom your terminal.
# Examplecd my-axon-libaxs build --releaseaxs publish