{"id":13507515,"url":"https://github.com/AgilionApps/remix","last_synced_at":"2025-03-30T09:32:56.243Z","repository":{"id":24748080,"uuid":"28160787","full_name":"AgilionApps/remix","owner":"AgilionApps","description":"Automatic recompilation of mix code on file change.","archived":false,"fork":false,"pushed_at":"2018-08-21T21:48:49.000Z","size":15,"stargazers_count":148,"open_issues_count":14,"forks_count":28,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-03-18T14:32:45.600Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AgilionApps.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":"2014-12-17T23:56:11.000Z","updated_at":"2024-11-05T00:01:36.000Z","dependencies_parsed_at":"2022-08-07T11:01:19.105Z","dependency_job_id":null,"html_url":"https://github.com/AgilionApps/remix","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AgilionApps%2Fremix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AgilionApps%2Fremix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AgilionApps%2Fremix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AgilionApps%2Fremix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AgilionApps","download_url":"https://codeload.github.com/AgilionApps/remix/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246301963,"owners_count":20755512,"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-08-01T02:00:35.518Z","updated_at":"2025-03-30T09:32:55.899Z","avatar_url":"https://github.com/AgilionApps.png","language":"Elixir","funding_links":[],"categories":["Build Tools"],"sub_categories":[],"readme":"# Remix\n\nRecompiles mix project on any lib file change/addition.\n\nIntended for development use only.\n\n## Installation\n\nAdd remix to deps:\n\n```elixir\ndefp deps do\n  [{:remix, \"~\u003e 0.0.1\", only: :dev}]\nend\n```\n\nAdd add `:remix` as a development only OTP app.\n\n```elixir\n\ndef application do\n  [applications: applications(Mix.env)]\nend\n\ndefp applications(:dev), do: applications(:all) ++ [:remix]\ndefp applications(_all), do: [:logger]\n\n```\n\nwith escript compilation (in config.exs) and\nsilent mode (won't output to iex each time it compiles):\n```elixir\nconfig :remix,\n  escript: true,\n  silent: true\n```\nIf these vars are not set, it will default to verbose (silent: false) and no escript compilation (escript: false).\n\n## Usage\n\nSave or create a new file in the lib directory. Thats it!\n\n## About\n\nCo-authored by the Agilion team during a Brown Bag Beers learning session as an exploration into Elixir, OTP, and recursion.\n\n## License\n\nRemix source code is released under the Apache 2 License. Check LICENSE file for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAgilionApps%2Fremix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FAgilionApps%2Fremix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAgilionApps%2Fremix/lists"}