https://github.com/relicta-tech/plugin-hex
Official Hex plugin for Relicta - Publish Elixir packages
https://github.com/relicta-tech/plugin-hex
elixir hex package-manager release-management relicta relicta-plugin
Last synced: 2 months ago
JSON representation
Official Hex plugin for Relicta - Publish Elixir packages
- Host: GitHub
- URL: https://github.com/relicta-tech/plugin-hex
- Owner: relicta-tech
- License: mit
- Created: 2025-12-17T20:51:54.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-12-23T13:59:57.000Z (6 months ago)
- Last Synced: 2025-12-26T06:52:29.712Z (6 months ago)
- Topics: elixir, hex, package-manager, release-management, relicta, relicta-plugin
- Language: Go
- Homepage: https://github.com/relicta-tech/relicta
- Size: 8.28 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Hex Plugin for Relicta
Official Hex plugin for [Relicta](https://github.com/relicta-tech/relicta) - Publish packages to Hex.pm (Elixir).
## Installation
```bash
relicta plugin install hex
relicta plugin enable hex
```
## Configuration
Add to your `release.config.yaml`:
```yaml
plugins:
- name: hex
enabled: true
config:
# Add configuration options here
```
## License
MIT License - see [LICENSE](LICENSE) for details.