README.md
# NamedSupervisedServer
[](https://github.com/pertsevds/named_supervised_server/actions/workflows/ci.yml)
[](https://hex.pm/packages/named_supervised_server)
[](https://hex.pm/packages/named_supervised_server)
[](https://hexdocs.pm/named_supervised_server)
[](https://hex.pm/packages/named_supervised_server)
The NamedSupervisedServer module simplifies the start-up of supervised GenServers with specific names and customizable initialization processes.
NamedSupervisedServer is a GenServer + start\_link/1 behavior. By default, it registers name \_\_MODULE\_\_, but you can also supply a different name.
Compatible with PartitionSupervisor. Partition number added at the end of process name, `:partition` argument passed down to process `init`.
## Documentation
<https://hexdocs.pm/named_supervised_server>