{"id":17188256,"url":"https://github.com/jclem/sidecar","last_synced_at":"2025-06-17T05:03:32.767Z","repository":{"id":57547968,"uuid":"288227410","full_name":"jclem/sidecar","owner":"jclem","description":"Sidecar processes for Elixir applications","archived":false,"fork":false,"pushed_at":"2020-08-18T11:31:19.000Z","size":33,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-06-12T03:08:04.978Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://hex.pm/packages/sidecar","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jclem.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-08-17T16:13:41.000Z","updated_at":"2024-12-21T02:21:49.000Z","dependencies_parsed_at":"2022-09-26T18:41:05.592Z","dependency_job_id":null,"html_url":"https://github.com/jclem/sidecar","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/jclem/sidecar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jclem%2Fsidecar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jclem%2Fsidecar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jclem%2Fsidecar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jclem%2Fsidecar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jclem","download_url":"https://codeload.github.com/jclem/sidecar/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jclem%2Fsidecar/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260294453,"owners_count":22987622,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-10-15T01:08:31.977Z","updated_at":"2025-06-17T05:03:32.702Z","avatar_url":"https://github.com/jclem.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sidecar [![CI](https://github.com/jclem/sidecar/workflows/CI/badge.svg?branch=main\u0026event=push)](https://github.com/jclem/sidecar/actions?query=event%3Apush+branch%3Amain+workflow%3ACI)\n\nSidecar makes it easy to run sidecar processes alongside your main\napplication. This is especially useful in development when you may want to\nspin up a process like `npm run dev` or an [ngrok](https://ngrok.io) proxy.\n\n## Installation\n\nIf [available in Hex](https://hex.pm/docs/publish), the package can be installed\nby adding `sidecar` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:sidecar, \"~\u003e 0.5.0\"}\n  ]\nend\n```\n\n## Configuration\n\nFirst, configure your sidecar processes:\n\n```elixir\nconfig :sidecar, processes: [\n  ngrok: \"ngrok http 4000\",\n  npm: \"npm run dev\"\n]\n```\n\nThen, add the Sidecar supervisor to your application's supervision tree:\n\n```elixir\ndef start(_type, _args) do\n  children = [\n    # ...etc.\n    Sidecar.Supervisor\n  ]\nend\n```\n\nDocumentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)\nand published on [HexDocs](https://hexdocs.pm). Once published, the docs can\nbe found at [https://hexdocs.pm/sidecar](https://hexdocs.pm/sidecar).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjclem%2Fsidecar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjclem%2Fsidecar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjclem%2Fsidecar/lists"}