{"id":21807292,"url":"https://github.com/pertsevds/named_supervised_server","last_synced_at":"2026-02-26T07:45:30.140Z","repository":{"id":197921608,"uuid":"699678028","full_name":"pertsevds/named_supervised_server","owner":"pertsevds","description":"NamedSupervisedServer is a GenServer + start_link/1 behavior. By default, it registers name __MODULE__, but you can also supply a different name.","archived":false,"fork":false,"pushed_at":"2025-05-12T07:36:36.000Z","size":39,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-18T21:43:23.552Z","etag":null,"topics":["elixir"],"latest_commit_sha":null,"homepage":"","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pertsevds.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-10-03T05:49:16.000Z","updated_at":"2025-05-12T07:36:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"35dd2fb2-047d-4a88-bba5-96549ea49ae6","html_url":"https://github.com/pertsevds/named_supervised_server","commit_stats":null,"previous_names":["pertsevds/named_supervised_server"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pertsevds/named_supervised_server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pertsevds%2Fnamed_supervised_server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pertsevds%2Fnamed_supervised_server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pertsevds%2Fnamed_supervised_server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pertsevds%2Fnamed_supervised_server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pertsevds","download_url":"https://codeload.github.com/pertsevds/named_supervised_server/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pertsevds%2Fnamed_supervised_server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29851753,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T22:37:40.667Z","status":"online","status_checked_at":"2026-02-26T02:00:06.774Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["elixir"],"created_at":"2024-11-27T12:39:10.785Z","updated_at":"2026-02-26T07:45:30.106Z","avatar_url":"https://github.com/pertsevds.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# NamedSupervisedServer\n\n[![CI](https://github.com/pertsevds/named_supervised_server/actions/workflows/ci.yml/badge.svg)](https://github.com/pertsevds/named_supervised_server/actions/workflows/ci.yml)\n[![Hex.pm License](https://img.shields.io/hexpm/l/named_supervised_server)](https://hex.pm/packages/named_supervised_server)\n[![Hex.pm Version](https://img.shields.io/hexpm/v/named_supervised_server)](https://hex.pm/packages/named_supervised_server)\n[![Hex.pm Docs](https://img.shields.io/badge/hex-docs-lightgreen)](https://hexdocs.pm/named_supervised_server)\n[![Hex.pm Downloads](https://img.shields.io/hexpm/dt/named_supervised_server)](https://hex.pm/packages/named_supervised_server)\n\nA lightweight behavior module that simplifies creating and supervising GenServers in Elixir applications.\n\n## What it does\n\nNamedSupervisedServer eliminates boilerplate when creating GenServers by:\n\n- Automatically registering processes with their module name (`__MODULE__`)\n- Supporting custom name registration via an optional `:name` parameter\n- Providing a standard `start_link/1` implementation that works with supervision trees\n- Maintaining full flexibility to override the default behavior when needed\n\n## Features\n\n- **Automatic Name Registration**: No need to manually specify process names for most use cases\n- **Supervisor Friendly**: Designed to work seamlessly with Elixir's supervision trees\n- **PartitionSupervisor Compatible**: Automatically appends partition numbers to process names and passes partition information to the initialization process\n- **Customizable**: Override `start_link/1` for custom initialization behaviors\n\n## Installation\n\nAdd to your `mix.exs` dependencies:\n\n```elixir\ndef deps do\n  [\n    {:named_supervised_server, \"~\u003e 0.1\"}\n  ]\nend\n```\n\n## Usage Examples and Documentation\n\nFor detailed usage examples and complete documentation, see:\n\n\u003chttps://hexdocs.pm/named_supervised_server\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpertsevds%2Fnamed_supervised_server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpertsevds%2Fnamed_supervised_server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpertsevds%2Fnamed_supervised_server/lists"}