# 🛰 Plugin Publishing
Publishing your plugins will make your addons available to others, even to the Chevereto core.
# Preparation
Publishing a plugin means that the code will be available to others. Take time and care to publish your stuff following our recommendations:
- Use git (opens new window) and semantic versioning (opens new window).
- Implement our code style.
- Provide Tests
# Licensing
Your created plugins can be released under any license, is your code after all.
# Distribution
You can distribute your plugins using:
- Chevereto Store
- Packagist (opens new window)
- GitHub (opens new window) et al
🚧 Work in progress