An open API service indexing awesome lists of open source software.

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

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.