{"id":32164082,"url":"https://github.com/trestini/livedev","last_synced_at":"2026-02-20T00:31:46.674Z","repository":{"id":57517238,"uuid":"228214466","full_name":"trestini/livedev","owner":"trestini","description":"Automatically recompile a mix project on file changes when running in interactive mode with IEx","archived":false,"fork":false,"pushed_at":"2019-12-16T03:07:03.000Z","size":14,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-24T01:58:24.787Z","etag":null,"topics":["elixir","elixir-iex","iex","watchman"],"latest_commit_sha":null,"homepage":null,"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/trestini.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}},"created_at":"2019-12-15T16:23:45.000Z","updated_at":"2021-09-23T04:28:42.000Z","dependencies_parsed_at":"2022-09-06T06:00:45.842Z","dependency_job_id":null,"html_url":"https://github.com/trestini/livedev","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/trestini/livedev","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trestini%2Flivedev","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trestini%2Flivedev/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trestini%2Flivedev/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trestini%2Flivedev/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trestini","download_url":"https://codeload.github.com/trestini/livedev/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trestini%2Flivedev/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29637408,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T22:32:43.237Z","status":"ssl_error","status_checked_at":"2026-02-19T22:32:38.330Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","elixir-iex","iex","watchman"],"created_at":"2025-10-21T14:42:27.903Z","updated_at":"2026-02-20T00:31:46.669Z","avatar_url":"https://github.com/trestini.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Livedev\n\nAutomatically recompile a mix project on file changes when running in interactive mode with IEx.\n\n## Pre requisites\n\nLivedev uses [Watchman](https://facebook.github.io/watchman/) as a backbone for file watching service. A running Watchman deamon is required in order to use Livedev.\n\n#### Watchman install on MacOS via Homebrew\n\n```\nbrew update\nbrew install watchman\n```\n\n#### Watchman binary downloads for Linux, Windows and MacOS without homebrew\n\n1. Go to [recent CI builds](https://github.com/facebook/watchman/actions?query=is%3Asuccess+event%3Apush+branch%3Amaster)\n1. Click on the last CI build\n1. Choose your platform on the left sidebar\n1. Download the binary on \"Artifacts\" dropdown on the top right\n\nPlease refer to [instalation](https://facebook.github.io/watchman/docs/install.html) for detailed instructions.\n\n## Installation\n\nThe package can be installed by adding `livedev` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:livedev, github: \"trestini/livedev\", only: :dev}\n  ]\nend\n```\n\n\u003e Note: The updated hex package will only be provided after initial alpha stage (version 0.1.0+)\n\n## Usage\n\nStart the Mix project in IEx with:\n\n```\niex -S mix\n```\n\nStart Livedev watching with:\n\n```\nLivedev.start\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrestini%2Flivedev","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrestini%2Flivedev","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrestini%2Flivedev/lists"}